#9EA20F

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

Shades of Lucky #9EA20F

Tints of Lucky #9EA20F

Color information

#9EA20F (or 0x9EA20F) is unknown color: approx Lucky. HEX triplet: 9E, A2 and 0F. RGB value is (158,162,15). Sum of RGB (Red+Green+Blue) = 158+162+15=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA20F is #615DF0. Grayscale: #909090. Windows color (decimal): -6381041 or 1024670. OLE color: 1024670.

HSL color Cylindrical-coordinate representation of color #9EA20F: hue angle of 61.63º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EA20F is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB15816215-
CMYK0.0200.910.36
HSL61.63º83.05%34.71%-
HSV(B)61.63º90.74%63.53%-
XYZ27.1133.145.42-
YUV144.0555.17137.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.16%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 15 (6.25% from 255) = 4.48%
R=47.16%
G=48.36%
B=4.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158162150.0200.910.3661.6383.0534.71
Hex9EA2F205B243e5323
Octal2362421720133447612343
Binary1001111010100010111110010110111001001111101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,162,15); }

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

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

 a { background-color: rgb(158,162,15); }

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

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

 span { border-color: rgb(158,162,15); }

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