Shades of Lucky #9FA210
Tints of Lucky #9FA210
RGB
CMYK
RGB Variations
Color information
#9FA210 (or 0x9FA210) is known color: Lucky. HEX triplet: 9F, A2 and 10. RGB value is (159,162,16). Sum of RGB (Red+Green+Blue) = 159+162+16=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 162 (63.67% from 255 or 48.07% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA210 is #605DEF. Grayscale: #919191. Windows color (decimal): -6315504 or 1090207. OLE color: 1090207.
HSL color Cylindrical-coordinate representation of color #9FA210: hue angle of 61.23º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FA210 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 16 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.36 |
| HSL | 61.23º | 0.82% | 0.35% | - |
| HSV(B) | 61.23º | 0.9% | 0.64% | - |
| XYZ | 27.31 | 33.25 | 5.47 | - |
| YUV | 144.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 16 | 0.02 | 0 | 0.90 | 0.36 | 61.23 | 0.82 | 0.35 |
| Hex | 9F | A2 | 10 | 2 | 0 | 5A | 24 | 3D | 52 | 23 |
| Octal | 237 | 242 | 20 | 2 | 0 | 132 | 44 | 75 | 122 | 43 |
| Binary | 10011111 | 10100010 | 10000 | 10 | 0 | 1011010 | 100100 | 111101 | 1010010 | 100011 |
Color Harmonies of #9FA210
Complementary color
Monochromatic Colors of #9FA210
Black with #9FA210
Text Example
Text Example
White with #9FA210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA210; }
p { color: rgb(159,162,16); }
H1.HeaderClassName
{
color: #9FA210;
}
.AnyTagClassName
{
color: #9FA210;
}
</style>
background-color css
<style>
a { background-color: #9FA210; }
a { background-color: rgb(159,162,16); }
div.DivClassName
{
background-color: #9FA210;
}
.BgClassName
{
background-color: #9FA210;
}
</style>
border-color css
<style>
span { border-color: #9FA210; }
span { border-color: rgb(159,162,16); }
td.TdClassName
{
border-color: #9FA210;
}
.TagClassName
{
border-color: #9FA210;
}
</style>