Shades of Lucky #9E9A16
Tints of Lucky #9E9A16
RGB
CMYK
RGB Variations
Color information
#9E9A16 (or 0x9E9A16) is known color: Lucky. HEX triplet: 9E, 9A and 16. RGB value is (158,154,22). Sum of RGB (Red+Green+Blue) = 158+154+22=334 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.31% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9A16 is #6165E9. Grayscale: #8C8C8C. Windows color (decimal): -6383082 or 1481374. OLE color: 1481374.
HSL color Cylindrical-coordinate representation of color #9E9A16: hue angle of 58.24º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E9A16 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 154 | 22 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.38 |
| HSL | 58.24º | 0.76% | 0.35% | - |
| HSV(B) | 58.24º | 0.86% | 0.62% | - |
| XYZ | 25.8 | 30.44 | 5.27 | - |
| YUV | 140.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 154 | 22 | 0 | 0.03 | 0.86 | 0.38 | 58.24 | 0.76 | 0.35 |
| Hex | 9E | 9A | 16 | 0 | 3 | 56 | 26 | 3A | 4C | 23 |
| Octal | 236 | 232 | 26 | 0 | 3 | 126 | 46 | 72 | 114 | 43 |
| Binary | 10011110 | 10011010 | 10110 | 0 | 11 | 1010110 | 100110 | 111010 | 1001100 | 100011 |
Color Harmonies of #9E9A16
Complementary color
Monochromatic Colors of #9E9A16
Black with #9E9A16
Text Example
Text Example
White with #9E9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9A16; }
p { color: rgb(158,154,22); }
H1.HeaderClassName
{
color: #9E9A16;
}
.AnyTagClassName
{
color: #9E9A16;
}
</style>
background-color css
<style>
a { background-color: #9E9A16; }
a { background-color: rgb(158,154,22); }
div.DivClassName
{
background-color: #9E9A16;
}
.BgClassName
{
background-color: #9E9A16;
}
</style>
border-color css
<style>
span { border-color: #9E9A16; }
span { border-color: rgb(158,154,22); }
td.TdClassName
{
border-color: #9E9A16;
}
.TagClassName
{
border-color: #9E9A16;
}
</style>