color codes Logo

#9af95b color codes

#9AF95B
(154,249,91)
0 Favorites   0 Comments

Color spaces of #9af95b

RGB 15424991
HSL0.270.930.67
HSV96°63°98°
CMYK 0.380.000.63   0.02
XYZ49.090475.376721.8594
Yxy75.37670.33550.5151
Hunter Lab86.8198-51.005545.8458
CIE-Lab89.5692-53.874764.9070

#9af95b color RGB value is (154,249,91).

#9af95b hex color red value is 154, green value is 249 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #9af95b hue: 0.27 , saturation: 0.93 and the lightness value of 9af95b is 0.67.

The process color (four color CMYK) of #9af95b color code is 0.38, 0.00, 0.63, 0.02. Web safe color of #9af95b is #99ff66. Color #9af95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111001 01011011
Octal 232 371 133
Decimal 154 249 91
Hex 9A F9 5B

RGB Percentages of Color #9af95b

%31.17
%50.40
%18.42

CMYK Percentages of Color #9af95b

%38
%0
%63
%2

Triadic Colors of #9af95b

#9af95b #5b9af9 #f95b9a

Analogous Colors of #9af95b

#9af95b #5bf96b #e9f95b

Monochromatic Colors of #9af95b

#9af95b

Complementary Color

#9af95b #ba5bf9

#9af95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9af95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9af95b Color CSS Codes

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

#9af95b Text Font Color

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

This sample text font color is #9af95b
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.


#9af95b Background Color

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

This div background color is #9af95b


#9af95b Border Color

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

This div border color is #9af95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9af95b


Comments

No comments written yet.

Please login to write comment.