Shades of Lucky #9FA10F
Tints of Lucky #9FA10F
RGB
CMYK
RGB Variations
Color information
#9FA10F (or 0x9FA10F) is known color: Lucky. HEX triplet: 9F, A1 and 0F. RGB value is (159,161,15). Sum of RGB (Red+Green+Blue) = 159+161+15=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA10F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA10F is #605EF0. Grayscale: #909090. Windows color (decimal): -6315761 or 1024415. OLE color: 1024415.
HSL color Cylindrical-coordinate representation of color #9FA10F: hue angle of 60.82º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FA10F is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 15 | - |
| CMYK | 0.01 | 0 | 0.91 | 0.37 |
| HSL | 60.82º | 0.83% | 0.35% | - |
| HSV(B) | 60.82º | 0.91% | 0.63% | - |
| XYZ | 27.13 | 32.9 | 5.37 | - |
| YUV | 143.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 15 | 0.01 | 0 | 0.91 | 0.37 | 60.82 | 0.83 | 0.35 |
| Hex | 9F | A1 | F | 1 | 0 | 5B | 25 | 3D | 53 | 23 |
| Octal | 237 | 241 | 17 | 1 | 0 | 133 | 45 | 75 | 123 | 43 |
| Binary | 10011111 | 10100001 | 1111 | 1 | 0 | 1011011 | 100101 | 111101 | 1010011 | 100011 |
Color Harmonies of #9FA10F
Complementary color
Monochromatic Colors of #9FA10F
Black with #9FA10F
Text Example
Text Example
White with #9FA10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA10F; }
p { color: rgb(159,161,15); }
H1.HeaderClassName
{
color: #9FA10F;
}
.AnyTagClassName
{
color: #9FA10F;
}
</style>
background-color css
<style>
a { background-color: #9FA10F; }
a { background-color: rgb(159,161,15); }
div.DivClassName
{
background-color: #9FA10F;
}
.BgClassName
{
background-color: #9FA10F;
}
</style>
border-color css
<style>
span { border-color: #9FA10F; }
span { border-color: rgb(159,161,15); }
td.TdClassName
{
border-color: #9FA10F;
}
.TagClassName
{
border-color: #9FA10F;
}
</style>