Shades of Lucky #9FA212
Tints of Lucky #9FA212
RGB
CMYK
RGB Variations
Color information
#9FA212 (or 0x9FA212) is known color: Lucky. HEX triplet: 9F, A2 and 12. RGB value is (159,162,18). Sum of RGB (Red+Green+Blue) = 159+162+18=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA212 is #605DED. Grayscale: #919191. Windows color (decimal): -6315502 or 1221279. OLE color: 1221279.
HSL color Cylindrical-coordinate representation of color #9FA212: hue angle of 61.25º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9FA212 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 162 | 18 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.36 |
| HSL | 61.25º | 0.8% | 0.35% | - |
| HSV(B) | 61.25º | 0.89% | 0.64% | - |
| XYZ | 27.33 | 33.26 | 5.55 | - |
| YUV | 144.69 | 56.51 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 162 | 18 | 0.02 | 0 | 0.89 | 0.36 | 61.25 | 0.8 | 0.35 |
| Hex | 9F | A2 | 12 | 2 | 0 | 59 | 24 | 3D | 50 | 23 |
| Octal | 237 | 242 | 22 | 2 | 0 | 131 | 44 | 75 | 120 | 43 |
| Binary | 10011111 | 10100010 | 10010 | 10 | 0 | 1011001 | 100100 | 111101 | 1010000 | 100011 |
Color Harmonies of #9FA212
Complementary color
Monochromatic Colors of #9FA212
Black with #9FA212
Text Example
Text Example
White with #9FA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA212; }
p { color: rgb(159,162,18); }
H1.HeaderClassName
{
color: #9FA212;
}
.AnyTagClassName
{
color: #9FA212;
}
</style>
background-color css
<style>
a { background-color: #9FA212; }
a { background-color: rgb(159,162,18); }
div.DivClassName
{
background-color: #9FA212;
}
.BgClassName
{
background-color: #9FA212;
}
</style>
border-color css
<style>
span { border-color: #9FA212; }
span { border-color: rgb(159,162,18); }
td.TdClassName
{
border-color: #9FA212;
}
.TagClassName
{
border-color: #9FA212;
}
</style>