#9EA211

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

Shades of Lucky #9EA211

Tints of Lucky #9EA211

Color information

#9EA211 (or 0x9EA211) is unknown color: approx Lucky. HEX triplet: 9E, A2 and 11. RGB value is (158,162,17). Sum of RGB (Red+Green+Blue) = 158+162+17=337 (44% of max value = 765). Red value is 158 (62.11% from 255 or 46.88% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA211 is #615DEE. Grayscale: #909090. Windows color (decimal): -6381039 or 1155742. OLE color: 1155742.

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

Color convert

RGB15816217-
CMYK0.0200.900.36
HSL61.66º81.01%35.1%-
HSV(B)61.66º89.51%63.53%-
XYZ27.1233.155.5-
YUV144.2756.17137.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 46.88%
GREEN value IS 162 (63.67% from 255) = 48.07%
BLUE value IS 17 (7.03% from 255) = 5.04%
R=46.88%
G=48.07%
B=5.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158162170.0200.900.3661.6681.0135.1
Hex9EA211205A243e5123
Octal2362422120132447612143
Binary10011110101000101000110010110101001001111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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