Shades of Lucky #9E9404
Tints of Lucky #9E9404
RGB
CMYK
RGB Variations
Color information
#9E9404 (or 0x9E9404) is known color: Lucky. HEX triplet: 9E, 94 and 04. RGB value is (158,148,4). Sum of RGB (Red+Green+Blue) = 158+148+4=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E9404 is #616BFB. Grayscale: #878787. Windows color (decimal): -6384636 or 300190. OLE color: 300190.
HSL color Cylindrical-coordinate representation of color #9E9404: hue angle of 56.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E9404 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 148 | 4 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.38 |
| HSL | 56.1º | 0.95% | 0.32% | - |
| HSV(B) | 56.1º | 0.97% | 0.62% | - |
| XYZ | 24.71 | 28.46 | 4.31 | - |
| YUV | 134.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 148 | 4 | 0 | 0.06 | 0.97 | 0.38 | 56.1 | 0.95 | 0.32 |
| Hex | 9E | 94 | 4 | 0 | 6 | 61 | 26 | 38 | 5F | 20 |
| Octal | 236 | 224 | 4 | 0 | 6 | 141 | 46 | 70 | 137 | 40 |
| Binary | 10011110 | 10010100 | 100 | 0 | 110 | 1100001 | 100110 | 111000 | 1011111 | 100000 |
Color Harmonies of #9E9404
Complementary color
Monochromatic Colors of #9E9404
Black with #9E9404
Text Example
Text Example
White with #9E9404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9404; }
p { color: rgb(158,148,4); }
H1.HeaderClassName
{
color: #9E9404;
}
.AnyTagClassName
{
color: #9E9404;
}
</style>
background-color css
<style>
a { background-color: #9E9404; }
a { background-color: rgb(158,148,4); }
div.DivClassName
{
background-color: #9E9404;
}
.BgClassName
{
background-color: #9E9404;
}
</style>
border-color css
<style>
span { border-color: #9E9404; }
span { border-color: rgb(158,148,4); }
td.TdClassName
{
border-color: #9E9404;
}
.TagClassName
{
border-color: #9E9404;
}
</style>