Shades of Lucky #9FA00A
Tints of Lucky #9FA00A
RGB
CMYK
RGB Variations
Color information
#9FA00A (or 0x9FA00A) is known color: Lucky. HEX triplet: 9F, A0 and 0A. RGB value is (159,160,10). Sum of RGB (Red+Green+Blue) = 159+160+10=329 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.33% from 329); Green value is 160 (62.89% from 255 or 48.63% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA00A is #605FF5. Grayscale: #8F8F8F. Windows color (decimal): -6316022 or 696479. OLE color: 696479.
HSL color Cylindrical-coordinate representation of color #9FA00A: hue angle of 60.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FA00A is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 10 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.37 |
| HSL | 60.4º | 0.88% | 0.33% | - |
| HSV(B) | 60.4º | 0.94% | 0.63% | - |
| XYZ | 26.92 | 32.53 | 5.15 | - |
| YUV | 142.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 10 | 0.01 | 0 | 0.94 | 0.37 | 60.4 | 0.88 | 0.33 |
| Hex | 9F | A0 | A | 1 | 0 | 5E | 25 | 3C | 58 | 21 |
| Octal | 237 | 240 | 12 | 1 | 0 | 136 | 45 | 74 | 130 | 41 |
| Binary | 10011111 | 10100000 | 1010 | 1 | 0 | 1011110 | 100101 | 111100 | 1011000 | 100001 |
Color Harmonies of #9FA00A
Complementary color
Monochromatic Colors of #9FA00A
Black with #9FA00A
Text Example
Text Example
White with #9FA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA00A; }
p { color: rgb(159,160,10); }
H1.HeaderClassName
{
color: #9FA00A;
}
.AnyTagClassName
{
color: #9FA00A;
}
</style>
background-color css
<style>
a { background-color: #9FA00A; }
a { background-color: rgb(159,160,10); }
div.DivClassName
{
background-color: #9FA00A;
}
.BgClassName
{
background-color: #9FA00A;
}
</style>
border-color css
<style>
span { border-color: #9FA00A; }
span { border-color: rgb(159,160,10); }
td.TdClassName
{
border-color: #9FA00A;
}
.TagClassName
{
border-color: #9FA00A;
}
</style>