#9E900C

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

Shades of Lucky #9E900C

Tints of Lucky #9E900C

Color information

#9E900C (or 0x9E900C) is unknown color: approx Lucky. HEX triplet: 9E, 90 and 0C. RGB value is (158,144,12). Sum of RGB (Red+Green+Blue) = 158+144+12=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E900C is #616FF3. Grayscale: #858585. Windows color (decimal): -6385652 or 823454. OLE color: 823454.

HSL color Cylindrical-coordinate representation of color #9E900C: hue angle of 54.25º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E900C is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB15814412-
CMYK00.090.920.38
HSL54.25º85.88%33.33%-
HSV(B)54.25º92.41%61.96%-
XYZ24.1427.244.33-
YUV133.1459.64145.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 50.32%
GREEN value IS 144 (56.64% from 255) = 45.86%
BLUE value IS 12 (5.08% from 255) = 3.82%
R=50.32%
G=45.86%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581441200.090.920.3854.2585.8833.33
Hex9E90C095C26365621
Octal23622014011134466612641
Binary100111101001000011000100110111001001101101101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E900C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,12); }

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

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

 a { background-color: rgb(158,144,12); }

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

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

 span { border-color: rgb(158,144,12); }

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