Shades of Lucky #9E9016
Tints of Lucky #9E9016
RGB
CMYK
RGB Variations
Color information
#9E9016 (or 0x9E9016) is known color: Lucky. HEX triplet: 9E, 90 and 16. RGB value is (158,144,22). Sum of RGB (Red+Green+Blue) = 158+144+22=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9016 is #616FE9. Grayscale: #868686. Windows color (decimal): -6385642 or 1478814. OLE color: 1478814.
HSL color Cylindrical-coordinate representation of color #9E9016: hue angle of 53.82º 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 #9E9016 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 22 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.38 |
| HSL | 53.82º | 0.76% | 0.35% | - |
| HSV(B) | 53.82º | 0.86% | 0.62% | - |
| XYZ | 24.22 | 27.27 | 4.75 | - |
| YUV | 134.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 22 | 0 | 0.09 | 0.86 | 0.38 | 53.82 | 0.76 | 0.35 |
| Hex | 9E | 90 | 16 | 0 | 9 | 56 | 26 | 36 | 4C | 23 |
| Octal | 236 | 220 | 26 | 0 | 11 | 126 | 46 | 66 | 114 | 43 |
| Binary | 10011110 | 10010000 | 10110 | 0 | 1001 | 1010110 | 100110 | 110110 | 1001100 | 100011 |
Color Harmonies of #9E9016
Complementary color
Monochromatic Colors of #9E9016
Black with #9E9016
Text Example
Text Example
White with #9E9016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9016; }
p { color: rgb(158,144,22); }
H1.HeaderClassName
{
color: #9E9016;
}
.AnyTagClassName
{
color: #9E9016;
}
</style>
background-color css
<style>
a { background-color: #9E9016; }
a { background-color: rgb(158,144,22); }
div.DivClassName
{
background-color: #9E9016;
}
.BgClassName
{
background-color: #9E9016;
}
</style>
border-color css
<style>
span { border-color: #9E9016; }
span { border-color: rgb(158,144,22); }
td.TdClassName
{
border-color: #9E9016;
}
.TagClassName
{
border-color: #9E9016;
}
</style>