Shades of Lucky #9E8F19
Tints of Lucky #9E8F19
RGB
CMYK
RGB Variations
Color information
#9E8F19 (or 0x9E8F19) is known color: Lucky. HEX triplet: 9E, 8F and 19. RGB value is (158,143,25). Sum of RGB (Red+Green+Blue) = 158+143+25=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8F19 is #6170E6. Grayscale: #868686. Windows color (decimal): -6385895 or 1675166. OLE color: 1675166.
HSL color Cylindrical-coordinate representation of color #9E8F19: hue angle of 53.23º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E8F19 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 143 | 25 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.38 |
| HSL | 53.23º | 0.73% | 0.36% | - |
| HSV(B) | 53.23º | 0.84% | 0.62% | - |
| XYZ | 24.1 | 26.98 | 4.86 | - |
| YUV | 134.03 | 66.47 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 25 | 0 | 0.09 | 0.84 | 0.38 | 53.23 | 0.73 | 0.36 |
| Hex | 9E | 8F | 19 | 0 | 9 | 54 | 26 | 35 | 49 | 24 |
| Octal | 236 | 217 | 31 | 0 | 11 | 124 | 46 | 65 | 111 | 44 |
| Binary | 10011110 | 10001111 | 11001 | 0 | 1001 | 1010100 | 100110 | 110101 | 1001001 | 100100 |
Color Harmonies of #9E8F19
Complementary color
Monochromatic Colors of #9E8F19
Black with #9E8F19
Text Example
Text Example
White with #9E8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8F19; }
p { color: rgb(158,143,25); }
H1.HeaderClassName
{
color: #9E8F19;
}
.AnyTagClassName
{
color: #9E8F19;
}
</style>
background-color css
<style>
a { background-color: #9E8F19; }
a { background-color: rgb(158,143,25); }
div.DivClassName
{
background-color: #9E8F19;
}
.BgClassName
{
background-color: #9E8F19;
}
</style>
border-color css
<style>
span { border-color: #9E8F19; }
span { border-color: rgb(158,143,25); }
td.TdClassName
{
border-color: #9E8F19;
}
.TagClassName
{
border-color: #9E8F19;
}
</style>