Shades of Lucky #9FA00D
Tints of Lucky #9FA00D
RGB
CMYK
RGB Variations
Color information
#9FA00D (or 0x9FA00D) is known color: Lucky. HEX triplet: 9F, A0 and 0D. RGB value is (159,160,13). Sum of RGB (Red+Green+Blue) = 159+160+13=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA00D is #605FF2. Grayscale: #8F8F8F. Windows color (decimal): -6316019 or 893087. OLE color: 893087.
HSL color Cylindrical-coordinate representation of color #9FA00D: hue angle of 60.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FA00D is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 13 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.37 |
| HSL | 60.41º | 0.85% | 0.34% | - |
| HSV(B) | 60.41º | 0.92% | 0.63% | - |
| XYZ | 26.94 | 32.54 | 5.24 | - |
| YUV | 142.94 | 54.67 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 13 | 0.01 | 0 | 0.92 | 0.37 | 60.41 | 0.85 | 0.34 |
| Hex | 9F | A0 | D | 1 | 0 | 5C | 25 | 3C | 55 | 22 |
| Octal | 237 | 240 | 15 | 1 | 0 | 134 | 45 | 74 | 125 | 42 |
| Binary | 10011111 | 10100000 | 1101 | 1 | 0 | 1011100 | 100101 | 111100 | 1010101 | 100010 |
Color Harmonies of #9FA00D
Complementary color
Monochromatic Colors of #9FA00D
Black with #9FA00D
Text Example
Text Example
White with #9FA00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA00D; }
p { color: rgb(159,160,13); }
H1.HeaderClassName
{
color: #9FA00D;
}
.AnyTagClassName
{
color: #9FA00D;
}
</style>
background-color css
<style>
a { background-color: #9FA00D; }
a { background-color: rgb(159,160,13); }
div.DivClassName
{
background-color: #9FA00D;
}
.BgClassName
{
background-color: #9FA00D;
}
</style>
border-color css
<style>
span { border-color: #9FA00D; }
span { border-color: rgb(159,160,13); }
td.TdClassName
{
border-color: #9FA00D;
}
.TagClassName
{
border-color: #9FA00D;
}
</style>