#9EA218

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

Shades of Lucky #9EA218

Tints of Lucky #9EA218

Color information

#9EA218 (or 0x9EA218) is unknown color: approx Lucky. HEX triplet: 9E, A2 and 18. RGB value is (158,162,24). Sum of RGB (Red+Green+Blue) = 158+162+24=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA218 is #615DE7. Grayscale: #919191. Windows color (decimal): -6381032 or 1614494. OLE color: 1614494.

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

Color convert

RGB15816224-
CMYK0.0200.850.36
HSL61.74º74.19%36.47%-
HSV(B)61.74º85.19%63.53%-
XYZ27.1933.185.83-
YUV145.0759.67137.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 45.93%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 24 (9.77% from 255) = 6.98%
R=45.93%
G=47.09%
B=6.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158162240.0200.850.3661.7474.1936.47
Hex9EA2182055243e4a24
Octal2362423020125447611244
Binary10011110101000101100010010101011001001111101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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