Shades of Lucky #9F980A
Tints of Lucky #9F980A
RGB
CMYK
RGB Variations
Color information
#9F980A (or 0x9F980A) is known color: Lucky. HEX triplet: 9F, 98 and 0A. RGB value is (159,152,10). Sum of RGB (Red+Green+Blue) = 159+152+10=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F980A is #6067F5. Grayscale: #8A8A8A. Windows color (decimal): -6318070 or 694431. OLE color: 694431.
HSL color Cylindrical-coordinate representation of color #9F980A: hue angle of 57.18º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F980A is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 10 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.38 |
| HSL | 57.18º | 0.88% | 0.33% | - |
| HSV(B) | 57.18º | 0.94% | 0.62% | - |
| XYZ | 25.58 | 29.85 | 4.7 | - |
| YUV | 137.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 10 | 0 | 0.04 | 0.94 | 0.38 | 57.18 | 0.88 | 0.33 |
| Hex | 9F | 98 | A | 0 | 4 | 5E | 26 | 39 | 58 | 21 |
| Octal | 237 | 230 | 12 | 0 | 4 | 136 | 46 | 71 | 130 | 41 |
| Binary | 10011111 | 10011000 | 1010 | 0 | 100 | 1011110 | 100110 | 111001 | 1011000 | 100001 |
Color Harmonies of #9F980A
Complementary color
Monochromatic Colors of #9F980A
Black with #9F980A
Text Example
Text Example
White with #9F980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F980A; }
p { color: rgb(159,152,10); }
H1.HeaderClassName
{
color: #9F980A;
}
.AnyTagClassName
{
color: #9F980A;
}
</style>
background-color css
<style>
a { background-color: #9F980A; }
a { background-color: rgb(159,152,10); }
div.DivClassName
{
background-color: #9F980A;
}
.BgClassName
{
background-color: #9F980A;
}
</style>
border-color css
<style>
span { border-color: #9F980A; }
span { border-color: rgb(159,152,10); }
td.TdClassName
{
border-color: #9F980A;
}
.TagClassName
{
border-color: #9F980A;
}
</style>