Shades of Lucky #9F9818
Tints of Lucky #9F9818
RGB
CMYK
RGB Variations
Color information
#9F9818 (or 0x9F9818) is known color: Lucky. HEX triplet: 9F, 98 and 18. RGB value is (159,152,24). Sum of RGB (Red+Green+Blue) = 159+152+24=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 152 (59.77% from 255 or 45.37% from 335); Blue value is 24 (9.77% from 255 or 7.16% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9818 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9818 is #6067E7. Grayscale: #8C8C8C. Windows color (decimal): -6318056 or 1611935. OLE color: 1611935.
HSL color Cylindrical-coordinate representation of color #9F9818: hue angle of 56.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F9818 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 24 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.38 |
| HSL | 56.89º | 0.74% | 0.36% | - |
| HSV(B) | 56.89º | 0.85% | 0.62% | - |
| XYZ | 25.69 | 29.89 | 5.28 | - |
| YUV | 139.5 | 62.82 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 24 | 0 | 0.04 | 0.85 | 0.38 | 56.89 | 0.74 | 0.36 |
| Hex | 9F | 98 | 18 | 0 | 4 | 55 | 26 | 39 | 4A | 24 |
| Octal | 237 | 230 | 30 | 0 | 4 | 125 | 46 | 71 | 112 | 44 |
| Binary | 10011111 | 10011000 | 11000 | 0 | 100 | 1010101 | 100110 | 111001 | 1001010 | 100100 |
Color Harmonies of #9F9818
Complementary color
Monochromatic Colors of #9F9818
Black with #9F9818
Text Example
Text Example
White with #9F9818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9818; }
p { color: rgb(159,152,24); }
H1.HeaderClassName
{
color: #9F9818;
}
.AnyTagClassName
{
color: #9F9818;
}
</style>
background-color css
<style>
a { background-color: #9F9818; }
a { background-color: rgb(159,152,24); }
div.DivClassName
{
background-color: #9F9818;
}
.BgClassName
{
background-color: #9F9818;
}
</style>
border-color css
<style>
span { border-color: #9F9818; }
span { border-color: rgb(159,152,24); }
td.TdClassName
{
border-color: #9F9818;
}
.TagClassName
{
border-color: #9F9818;
}
</style>