Shades of Lucky #9FA110
Tints of Lucky #9FA110
RGB
CMYK
RGB Variations
Color information
#9FA110 (or 0x9FA110) is known color: Lucky. HEX triplet: 9F, A1 and 10. RGB value is (159,161,16). Sum of RGB (Red+Green+Blue) = 159+161+16=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA110 is #605EEF. Grayscale: #909090. Windows color (decimal): -6315760 or 1089951. OLE color: 1089951.
HSL color Cylindrical-coordinate representation of color #9FA110: hue angle of 60.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FA110 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 16 | - |
| CMYK | 0.01 | 0 | 0.90 | 0.37 |
| HSL | 60.83º | 0.82% | 0.35% | - |
| HSV(B) | 60.83º | 0.9% | 0.63% | - |
| XYZ | 27.14 | 32.9 | 5.41 | - |
| YUV | 143.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 16 | 0.01 | 0 | 0.90 | 0.37 | 60.83 | 0.82 | 0.35 |
| Hex | 9F | A1 | 10 | 1 | 0 | 5A | 25 | 3D | 52 | 23 |
| Octal | 237 | 241 | 20 | 1 | 0 | 132 | 45 | 75 | 122 | 43 |
| Binary | 10011111 | 10100001 | 10000 | 1 | 0 | 1011010 | 100101 | 111101 | 1010010 | 100011 |
Color Harmonies of #9FA110
Complementary color
Monochromatic Colors of #9FA110
Black with #9FA110
Text Example
Text Example
White with #9FA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA110; }
p { color: rgb(159,161,16); }
H1.HeaderClassName
{
color: #9FA110;
}
.AnyTagClassName
{
color: #9FA110;
}
</style>
background-color css
<style>
a { background-color: #9FA110; }
a { background-color: rgb(159,161,16); }
div.DivClassName
{
background-color: #9FA110;
}
.BgClassName
{
background-color: #9FA110;
}
</style>
border-color css
<style>
span { border-color: #9FA110; }
span { border-color: rgb(159,161,16); }
td.TdClassName
{
border-color: #9FA110;
}
.TagClassName
{
border-color: #9FA110;
}
</style>