Shades of Lucky #9FA416
Tints of Lucky #9FA416
RGB
CMYK
RGB Variations
Color information
#9FA416 (or 0x9FA416) is known color: Lucky. HEX triplet: 9F, A4 and 16. RGB value is (159,164,22). Sum of RGB (Red+Green+Blue) = 159+164+22=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA416 is #605BE9. Grayscale: #929292. Windows color (decimal): -6314986 or 1483935. OLE color: 1483935.
HSL color Cylindrical-coordinate representation of color #9FA416: hue angle of 62.11º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FA416 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 22 | - |
| CMYK | 0.03 | 0 | 0.87 | 0.36 |
| HSL | 62.11º | 0.76% | 0.36% | - |
| HSV(B) | 62.11º | 0.87% | 0.64% | - |
| XYZ | 27.72 | 33.98 | 5.86 | - |
| YUV | 146.32 | 57.84 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 22 | 0.03 | 0 | 0.87 | 0.36 | 62.11 | 0.76 | 0.36 |
| Hex | 9F | A4 | 16 | 3 | 0 | 57 | 24 | 3E | 4C | 24 |
| Octal | 237 | 244 | 26 | 3 | 0 | 127 | 44 | 76 | 114 | 44 |
| Binary | 10011111 | 10100100 | 10110 | 11 | 0 | 1010111 | 100100 | 111110 | 1001100 | 100100 |
Color Harmonies of #9FA416
Complementary color
Monochromatic Colors of #9FA416
Black with #9FA416
Text Example
Text Example
White with #9FA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA416; }
p { color: rgb(159,164,22); }
H1.HeaderClassName
{
color: #9FA416;
}
.AnyTagClassName
{
color: #9FA416;
}
</style>
background-color css
<style>
a { background-color: #9FA416; }
a { background-color: rgb(159,164,22); }
div.DivClassName
{
background-color: #9FA416;
}
.BgClassName
{
background-color: #9FA416;
}
</style>
border-color css
<style>
span { border-color: #9FA416; }
span { border-color: rgb(159,164,22); }
td.TdClassName
{
border-color: #9FA416;
}
.TagClassName
{
border-color: #9FA416;
}
</style>