Shades of Lucky #9E9010
Tints of Lucky #9E9010
RGB
CMYK
RGB Variations
Color information
#9E9010 (or 0x9E9010) is known color: Lucky. HEX triplet: 9E, 90 and 10. RGB value is (158,144,16). Sum of RGB (Red+Green+Blue) = 158+144+16=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9010 is #616FEF. Grayscale: #868686. Windows color (decimal): -6385648 or 1085598. OLE color: 1085598.
HSL color Cylindrical-coordinate representation of color #9E9010: hue angle of 54.08º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E9010 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 16 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.38 |
| HSL | 54.08º | 0.82% | 0.34% | - |
| HSV(B) | 54.08º | 0.9% | 0.62% | - |
| XYZ | 24.17 | 27.25 | 4.48 | - |
| YUV | 133.59 | 61.64 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 16 | 0 | 0.09 | 0.90 | 0.38 | 54.08 | 0.82 | 0.34 |
| Hex | 9E | 90 | 10 | 0 | 9 | 5A | 26 | 36 | 52 | 22 |
| Octal | 236 | 220 | 20 | 0 | 11 | 132 | 46 | 66 | 122 | 42 |
| Binary | 10011110 | 10010000 | 10000 | 0 | 1001 | 1011010 | 100110 | 110110 | 1010010 | 100010 |
Color Harmonies of #9E9010
Complementary color
Monochromatic Colors of #9E9010
Black with #9E9010
Text Example
Text Example
White with #9E9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9010; }
p { color: rgb(158,144,16); }
H1.HeaderClassName
{
color: #9E9010;
}
.AnyTagClassName
{
color: #9E9010;
}
</style>
background-color css
<style>
a { background-color: #9E9010; }
a { background-color: rgb(158,144,16); }
div.DivClassName
{
background-color: #9E9010;
}
.BgClassName
{
background-color: #9E9010;
}
</style>
border-color css
<style>
span { border-color: #9E9010; }
span { border-color: rgb(158,144,16); }
td.TdClassName
{
border-color: #9E9010;
}
.TagClassName
{
border-color: #9E9010;
}
</style>