Color Hex Logo

#9abf70 Color Hex

#9ABF70
(154,191,112)
0 Favorites   0 Comments

Color spaces of #9abf70

RGB 154191112
HSL0.240.380.59
HSV88°41°75°
CMYK 0.190.000.41   0.25
XYZ34.881945.301522.2348
Yxy45.30150.34060.4423
Hunter Lab67.3064-25.277627.5279
CIE-Lab73.0900-26.029835.8281

#9abf70 color RGB value is (154,191,112).

#9abf70 hex color red value is 154, green value is 191 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #9abf70 hue: 0.24 , saturation: 0.38 and the lightness value of 9abf70 is 0.59.

The process color (four color CMYK) of #9abf70 color hex is 0.19, 0.00, 0.41, 0.25. Web safe color of #9abf70 is #99cc66. Color #9abf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111111 01110000
Octal 232 277 160
Decimal 154 191 112
Hex 9A BF 70

RGB Percentages of Color #9abf70

%33.70
%41.79
%24.51

CMYK Percentages of Color #9abf70

%19
%0
%41
%25

Triadic Colors of #9abf70

#9abf70 #709abf #bf709a

Analogous Colors of #9abf70

#9abf70 #73bf70 #bfbd70

Monochromatic Colors of #9abf70

#9abf70

Complementary Color

#9abf70 #9570bf

#9abf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abf70 Color CSS Codes

.mybgcolor {background-color:#9abf70; } 
.myforecolor {color:#9abf70; }
.mybordercolor {border:3px solid #9abf70; }

#9abf70 Text Font Color

<p style="color:#9abf70">Text here</p>

This sample text font color is #9abf70
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9abf70 Background Color

<div style="background-color:#9abf70">
Div content here</div>

This div background color is #9abf70


#9abf70 Border Color

<div style="border:3px solid #9abf70">
Div here</div>

This div border color is #9abf70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,191,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9abf70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9abf70;
  -webkit-box-shadow: 1px 1px 3px 2px #9abf70;
  box-shadow:         1px 1px 3px 2px #9abf70; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,191,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9abf70">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9abf70;
  -webkit-box-shadow: 1px 1px 3px 2px #9abf70;
  box-shadow:         1px 1px 3px 2px #9abf70;">
Div content here</div>

This div box has shadow with color #9abf70


Comments

No comments written yet.

Please login to write comment.