Shades of Lucky #9FA012
Tints of Lucky #9FA012
RGB
CMYK
RGB Variations
Color information
#9FA012 (or 0x9FA012) is known color: Lucky. HEX triplet: 9F, A0 and 12. RGB value is (159,160,18). Sum of RGB (Red+Green+Blue) = 159+160+18=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA012 is #605FED. Grayscale: #909090. Windows color (decimal): -6316014 or 1220767. OLE color: 1220767.
HSL color Cylindrical-coordinate representation of color #9FA012: hue angle of 60.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FA012 is Cyan = 0.01, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 18 | - |
| CMYK | 0.01 | 0 | 0.89 | 0.37 |
| HSL | 60.42º | 0.8% | 0.35% | - |
| HSV(B) | 60.42º | 0.89% | 0.63% | - |
| XYZ | 26.98 | 32.56 | 5.43 | - |
| YUV | 143.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 18 | 0.01 | 0 | 0.89 | 0.37 | 60.42 | 0.8 | 0.35 |
| Hex | 9F | A0 | 12 | 1 | 0 | 59 | 25 | 3C | 50 | 23 |
| Octal | 237 | 240 | 22 | 1 | 0 | 131 | 45 | 74 | 120 | 43 |
| Binary | 10011111 | 10100000 | 10010 | 1 | 0 | 1011001 | 100101 | 111100 | 1010000 | 100011 |
Color Harmonies of #9FA012
Complementary color
Monochromatic Colors of #9FA012
Black with #9FA012
Text Example
Text Example
White with #9FA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA012; }
p { color: rgb(159,160,18); }
H1.HeaderClassName
{
color: #9FA012;
}
.AnyTagClassName
{
color: #9FA012;
}
</style>
background-color css
<style>
a { background-color: #9FA012; }
a { background-color: rgb(159,160,18); }
div.DivClassName
{
background-color: #9FA012;
}
.BgClassName
{
background-color: #9FA012;
}
</style>
border-color css
<style>
span { border-color: #9FA012; }
span { border-color: rgb(159,160,18); }
td.TdClassName
{
border-color: #9FA012;
}
.TagClassName
{
border-color: #9FA012;
}
</style>