#9EA012

Color #9EA012 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9EA012

Tints of Lucky #9EA012

Color information

#9EA012 (or 0x9EA012) is unknown color: approx Lucky. HEX triplet: 9E, A0 and 12. RGB value is (158,160,18). Sum of RGB (Red+Green+Blue) = 158+160+18=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 18 (7.42% from 255 or 5.36% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA012 is #615FED. Grayscale: #8F8F8F. Windows color (decimal): -6381550 or 1220766. OLE color: 1220766.

HSL color Cylindrical-coordinate representation of color #9EA012: hue angle of 60.85º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9EA012 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB15816018-
CMYK0.0100.890.37
HSL60.85º79.78%34.9%-
HSV(B)60.85º88.75%62.75%-
XYZ26.7832.455.43-
YUV143.2157.34138.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 47.02%
GREEN value IS 160 (62.89% from 255) = 47.62%
BLUE value IS 18 (7.42% from 255) = 5.36%
R=47.02%
G=47.62%
B=5.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal158160180.0100.890.3760.8579.7834.9
Hex9EA0121059253d5023
Octal2362402210131457512043
Binary1001111010100000100101010110011001011111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EA012; }

 p { color: rgb(158,160,18); }

 H1.HeaderClassName
 {
   color: #9EA012;
 }
 .AnyTagClassName
 {
   color: #9EA012;
 }
</style>
background-color css

<style>
 a { background-color: #9EA012; }

 a { background-color: rgb(158,160,18); }

 div.DivClassName
 {
   background-color: #9EA012;
 }
 .BgClassName
 {
   background-color: #9EA012;
 }
</style>
border-color css

<style>
 span { border-color: #9EA012; }

 span { border-color: rgb(158,160,18); }

 td.TdClassName
 {
   border-color: #9EA012;
 }
 .TagClassName
 {
   border-color: #9EA012;
 }
</style>