Color Hex Logo

#9cc70a Color Hex

#9CC70A
(156,199,10)
0 Favorites   0 Comments

Color spaces of #9cc70a

RGB 15619910
HSL0.200.900.41
HSV74°95°78°
CMYK 0.220.000.95   0.22
XYZ34.188547.93677.7379
Yxy47.93670.38050.5334
Hunter Lab69.2363-33.021341.8391
CIE-Lab74.7850-35.723873.6838

#9cc70a color RGB value is (156,199,10).

#9cc70a hex color red value is 156, green value is 199 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #9cc70a hue: 0.20 , saturation: 0.90 and the lightness value of 9cc70a is 0.41.

The process color (four color CMYK) of #9cc70a color hex is 0.22, 0.00, 0.95, 0.22. Web safe color of #9cc70a is #99cc00. Color #9cc70a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000111 00001010
Octal 234 307 12
Decimal 156 199 10
Hex 9C C7 A

RGB Percentages of Color #9cc70a

%42.74
%54.52
%2.74

CMYK Percentages of Color #9cc70a

%22
%0
%95
%22

Triadic Colors of #9cc70a

#9cc70a #0a9cc7 #c70a9c

Analogous Colors of #9cc70a

#9cc70a #3dc70a #c7940a

Monochromatic Colors of #9cc70a

#9cc70a

Complementary Color

#9cc70a #350ac7

#9cc70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc70a Color CSS Codes

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

#9cc70a Text Font Color

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

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


#9cc70a Background Color

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

This div background color is #9cc70a


#9cc70a Border Color

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

This div border color is #9cc70a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,199,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cc70a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cc70a;
  -webkit-box-shadow: 1px 1px 3px 2px #9cc70a;
  box-shadow:         1px 1px 3px 2px #9cc70a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,199,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc70a


Comments

No comments written yet.

Please login to write comment.