Color Hex Logo

#9aaf58 Color Hex

#9AAF58
(154,175,88)
0 Favorites   0 Comments

Color spaces of #9aaf58

RGB 15417588
HSL0.210.350.52
HSV74°50°69°
CMYK 0.120.000.50   0.31
XYZ30.417838.234515.0093
Yxy38.23450.36360.4570
Hunter Lab61.8341-20.400728.8921
CIE-Lab68.1931-20.895741.8455

#9aaf58 color RGB value is (154,175,88).

#9aaf58 hex color red value is 154, green value is 175 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #9aaf58 hue: 0.21 , saturation: 0.35 and the lightness value of 9aaf58 is 0.52.

The process color (four color CMYK) of #9aaf58 color hex is 0.12, 0.00, 0.50, 0.31. Web safe color of #9aaf58 is #999966. Color #9aaf58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101111 01011000
Octal 232 257 130
Decimal 154 175 88
Hex 9A AF 58

RGB Percentages of Color #9aaf58

%36.93
%41.97
%21.10

CMYK Percentages of Color #9aaf58

%12
%0
%50
%31

Triadic Colors of #9aaf58

#9aaf58 #589aaf #af589a

Analogous Colors of #9aaf58

#9aaf58 #6faf58 #af9958

Monochromatic Colors of #9aaf58

#9aaf58

Complementary Color

#9aaf58 #6d58af

#9aaf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaf58 Color CSS Codes

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

#9aaf58 Text Font Color

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

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


#9aaf58 Background Color

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

This div background color is #9aaf58


#9aaf58 Border Color

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

This div border color is #9aaf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaf58


Comments

No comments written yet.

Please login to write comment.