Shades of Lucky #9E9100
Tints of Lucky #9E9100
RGB
CMYK
RGB Variations
Color information
#9E9100 (or 0x9E9100) is known color: Lucky. HEX triplet: 9E, 91 and 00. RGB value is (158,145,0). Sum of RGB (Red+Green+Blue) = 158+145+0=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9100 is #616EFF. Grayscale: #848484. Windows color (decimal): -6385408 or 37278. OLE color: 37278.
HSL color Cylindrical-coordinate representation of color #9E9100: hue angle of 55.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E9100 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.38 |
| HSL | 55.06º | 1% | 0.31% | - |
| HSV(B) | 55.06º | 1% | 0.62% | - |
| XYZ | 24.23 | 27.52 | 4.04 | - |
| YUV | 132.36 | 53.31 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 0 | 0 | 0.08 | 1 | 0.38 | 55.06 | 1 | 0.31 |
| Hex | 9E | 91 | 0 | 0 | 8 | 64 | 26 | 37 | 64 | 1F |
| Octal | 236 | 221 | 0 | 0 | 10 | 144 | 46 | 67 | 144 | 37 |
| Binary | 10011110 | 10010001 | 0 | 0 | 1000 | 1100100 | 100110 | 110111 | 1100100 | 11111 |
Color Harmonies of #9E9100
Complementary color
Monochromatic Colors of #9E9100
Black with #9E9100
Text Example
Text Example
White with #9E9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9100; }
p { color: rgb(158,145,0); }
H1.HeaderClassName
{
color: #9E9100;
}
.AnyTagClassName
{
color: #9E9100;
}
</style>
background-color css
<style>
a { background-color: #9E9100; }
a { background-color: rgb(158,145,0); }
div.DivClassName
{
background-color: #9E9100;
}
.BgClassName
{
background-color: #9E9100;
}
</style>
border-color css
<style>
span { border-color: #9E9100; }
span { border-color: rgb(158,145,0); }
td.TdClassName
{
border-color: #9E9100;
}
.TagClassName
{
border-color: #9E9100;
}
</style>