Shades of Lucky #9EA211
Tints of Lucky #9EA211
RGB
CMYK
RGB Variations
Color information
#9EA211 (or 0x9EA211) is known color: 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
| RGB | 158 | 162 | 17 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.36 |
| HSL | 61.66º | 0.81% | 0.35% | - |
| HSV(B) | 61.66º | 0.9% | 0.64% | - |
| XYZ | 27.12 | 33.15 | 5.5 | - |
| YUV | 144.27 | 56.17 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 162 | 17 | 0.02 | 0 | 0.90 | 0.36 | 61.66 | 0.81 | 0.35 |
| Hex | 9E | A2 | 11 | 2 | 0 | 5A | 24 | 3E | 51 | 23 |
| Octal | 236 | 242 | 21 | 2 | 0 | 132 | 44 | 76 | 121 | 43 |
| Binary | 10011110 | 10100010 | 10001 | 10 | 0 | 1011010 | 100100 | 111110 | 1010001 | 100011 |
Color Harmonies of #9EA211
Complementary color
Monochromatic Colors of #9EA211
Black with #9EA211
Text Example
Text Example
White with #9EA211
Text Example
Text Example
HTML Codes & Css Web 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>