Shades of Lucky #9FA124
Tints of Lucky #9FA124
RGB
CMYK
RGB Variations
Color information
#9FA124 (or 0x9FA124) is known color: Lucky. HEX triplet: 9F, A1 and 24. RGB value is (159,161,36). Sum of RGB (Red+Green+Blue) = 159+161+36=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA124 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA124 is #605EDB. Grayscale: #929292. Windows color (decimal): -6315740 or 2400671. OLE color: 2400671.
HSL color Cylindrical-coordinate representation of color #9FA124: hue angle of 60.96º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9FA124 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 36 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.37 |
| HSL | 60.96º | 0.63% | 0.39% | - |
| HSV(B) | 60.96º | 0.78% | 0.63% | - |
| XYZ | 27.36 | 32.99 | 6.59 | - |
| YUV | 146.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 36 | 0.01 | 0 | 0.78 | 0.37 | 60.96 | 0.63 | 0.39 |
| Hex | 9F | A1 | 24 | 1 | 0 | 4E | 25 | 3D | 3F | 27 |
| Octal | 237 | 241 | 44 | 1 | 0 | 116 | 45 | 75 | 77 | 47 |
| Binary | 10011111 | 10100001 | 100100 | 1 | 0 | 1001110 | 100101 | 111101 | 111111 | 100111 |
Color Harmonies of #9FA124
Complementary color
Monochromatic Colors of #9FA124
Black with #9FA124
Text Example
Text Example
White with #9FA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA124; }
p { color: rgb(159,161,36); }
H1.HeaderClassName
{
color: #9FA124;
}
.AnyTagClassName
{
color: #9FA124;
}
</style>
background-color css
<style>
a { background-color: #9FA124; }
a { background-color: rgb(159,161,36); }
div.DivClassName
{
background-color: #9FA124;
}
.BgClassName
{
background-color: #9FA124;
}
</style>
border-color css
<style>
span { border-color: #9FA124; }
span { border-color: rgb(159,161,36); }
td.TdClassName
{
border-color: #9FA124;
}
.TagClassName
{
border-color: #9FA124;
}
</style>