Shades of Lucky #9F8D0E
Tints of Lucky #9F8D0E
RGB
CMYK
RGB Variations
Color information
#9F8D0E (or 0x9F8D0E) is known color: Lucky. HEX triplet: 9F, 8D and 0E. RGB value is (159,141,14). Sum of RGB (Red+Green+Blue) = 159+141+14=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8D0E is #6072F1. Grayscale: #848484. Windows color (decimal): -6320882 or 953759. OLE color: 953759.
HSL color Cylindrical-coordinate representation of color #9F8D0E: hue angle of 52.55º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F8D0E is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 141 | 14 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.38 |
| HSL | 52.55º | 0.84% | 0.34% | - |
| HSV(B) | 52.55º | 0.91% | 0.62% | - |
| XYZ | 23.9 | 26.45 | 4.26 | - |
| YUV | 131.9 | 61.46 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 14 | 0 | 0.11 | 0.91 | 0.38 | 52.55 | 0.84 | 0.34 |
| Hex | 9F | 8D | E | 0 | B | 5B | 26 | 35 | 54 | 22 |
| Octal | 237 | 215 | 16 | 0 | 13 | 133 | 46 | 65 | 124 | 42 |
| Binary | 10011111 | 10001101 | 1110 | 0 | 1011 | 1011011 | 100110 | 110101 | 1010100 | 100010 |
Color Harmonies of #9F8D0E
Complementary color
Monochromatic Colors of #9F8D0E
Black with #9F8D0E
Text Example
Text Example
White with #9F8D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D0E; }
p { color: rgb(159,141,14); }
H1.HeaderClassName
{
color: #9F8D0E;
}
.AnyTagClassName
{
color: #9F8D0E;
}
</style>
background-color css
<style>
a { background-color: #9F8D0E; }
a { background-color: rgb(159,141,14); }
div.DivClassName
{
background-color: #9F8D0E;
}
.BgClassName
{
background-color: #9F8D0E;
}
</style>
border-color css
<style>
span { border-color: #9F8D0E; }
span { border-color: rgb(159,141,14); }
td.TdClassName
{
border-color: #9F8D0E;
}
.TagClassName
{
border-color: #9F8D0E;
}
</style>