#9EA215

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

Shades of Lucky #9EA215

Tints of Lucky #9EA215

Color information

#9EA215 (or 0x9EA215) is unknown color: approx Lucky. HEX triplet: 9E, A2 and 15. RGB value is (158,162,21). Sum of RGB (Red+Green+Blue) = 158+162+21=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA215 is #615DEA. Grayscale: #919191. Windows color (decimal): -6381035 or 1417886. OLE color: 1417886.

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

Color convert

RGB15816221-
CMYK0.0200.870.36
HSL61.7º77.05%35.88%-
HSV(B)61.7º87.04%63.53%-
XYZ27.1633.165.68-
YUV144.7358.17137.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.33%
GREEN value IS 162 (63.67% from 255) = 47.51%
BLUE value IS 21 (8.59% from 255) = 6.16%
R=46.33%
G=47.51%
B=6.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158162210.0200.870.3661.777.0535.88
Hex9EA2152057243e4d24
Octal2362422520127447611544
Binary10011110101000101010110010101111001001111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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