Shades of Lucky #9F9D12
Tints of Lucky #9F9D12
RGB
CMYK
RGB Variations
Color information
#9F9D12 (or 0x9F9D12) is known color: Lucky. HEX triplet: 9F, 9D and 12. RGB value is (159,157,18). Sum of RGB (Red+Green+Blue) = 159+157+18=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 157 (61.72% from 255 or 47.01% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9D12 is #6062ED. Grayscale: #8E8E8E. Windows color (decimal): -6316782 or 1219999. OLE color: 1219999.
HSL color Cylindrical-coordinate representation of color #9F9D12: hue angle of 59.15º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F9D12 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 157 | 18 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.38 |
| HSL | 59.15º | 0.8% | 0.35% | - |
| HSV(B) | 59.15º | 0.89% | 0.62% | - |
| XYZ | 26.46 | 31.53 | 5.26 | - |
| YUV | 141.75 | 58.16 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 157 | 18 | 0 | 0.01 | 0.89 | 0.38 | 59.15 | 0.8 | 0.35 |
| Hex | 9F | 9D | 12 | 0 | 1 | 59 | 26 | 3B | 50 | 23 |
| Octal | 237 | 235 | 22 | 0 | 1 | 131 | 46 | 73 | 120 | 43 |
| Binary | 10011111 | 10011101 | 10010 | 0 | 1 | 1011001 | 100110 | 111011 | 1010000 | 100011 |
Color Harmonies of #9F9D12
Complementary color
Monochromatic Colors of #9F9D12
Black with #9F9D12
Text Example
Text Example
White with #9F9D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9D12; }
p { color: rgb(159,157,18); }
H1.HeaderClassName
{
color: #9F9D12;
}
.AnyTagClassName
{
color: #9F9D12;
}
</style>
background-color css
<style>
a { background-color: #9F9D12; }
a { background-color: rgb(159,157,18); }
div.DivClassName
{
background-color: #9F9D12;
}
.BgClassName
{
background-color: #9F9D12;
}
</style>
border-color css
<style>
span { border-color: #9F9D12; }
span { border-color: rgb(159,157,18); }
td.TdClassName
{
border-color: #9F9D12;
}
.TagClassName
{
border-color: #9F9D12;
}
</style>