Shades of Lucky #9F980E
Tints of Lucky #9F980E
RGB
CMYK
RGB Variations
Color information
#9F980E (or 0x9F980E) is known color: Lucky. HEX triplet: 9F, 98 and 0E. RGB value is (159,152,14). Sum of RGB (Red+Green+Blue) = 159+152+14=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F980E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F980E is #6067F1. Grayscale: #8A8A8A. Windows color (decimal): -6318066 or 956575. OLE color: 956575.
HSL color Cylindrical-coordinate representation of color #9F980E: hue angle of 57.1º 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 #9F980E is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 14 | - |
| CMYK | 0 | 0.04 | 0.91 | 0.38 |
| HSL | 57.1º | 0.84% | 0.34% | - |
| HSV(B) | 57.1º | 0.91% | 0.62% | - |
| XYZ | 25.61 | 29.86 | 4.83 | - |
| YUV | 138.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 14 | 0 | 0.04 | 0.91 | 0.38 | 57.1 | 0.84 | 0.34 |
| Hex | 9F | 98 | E | 0 | 4 | 5B | 26 | 39 | 54 | 22 |
| Octal | 237 | 230 | 16 | 0 | 4 | 133 | 46 | 71 | 124 | 42 |
| Binary | 10011111 | 10011000 | 1110 | 0 | 100 | 1011011 | 100110 | 111001 | 1010100 | 100010 |
Color Harmonies of #9F980E
Complementary color
Monochromatic Colors of #9F980E
Black with #9F980E
Text Example
Text Example
White with #9F980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F980E; }
p { color: rgb(159,152,14); }
H1.HeaderClassName
{
color: #9F980E;
}
.AnyTagClassName
{
color: #9F980E;
}
</style>
background-color css
<style>
a { background-color: #9F980E; }
a { background-color: rgb(159,152,14); }
div.DivClassName
{
background-color: #9F980E;
}
.BgClassName
{
background-color: #9F980E;
}
</style>
border-color css
<style>
span { border-color: #9F980E; }
span { border-color: rgb(159,152,14); }
td.TdClassName
{
border-color: #9F980E;
}
.TagClassName
{
border-color: #9F980E;
}
</style>