Shades of Lucky #9FA119
Tints of Lucky #9FA119
RGB
CMYK
RGB Variations
Color information
#9FA119 (or 0x9FA119) is known color: Lucky. HEX triplet: 9F, A1 and 19. RGB value is (159,161,25). Sum of RGB (Red+Green+Blue) = 159+161+25=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA119 is #605EE6. Grayscale: #919191. Windows color (decimal): -6315751 or 1679775. OLE color: 1679775.
HSL color Cylindrical-coordinate representation of color #9FA119: hue angle of 60.88º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FA119 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 161 | 25 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.37 |
| HSL | 60.88º | 0.73% | 0.36% | - |
| HSV(B) | 60.88º | 0.84% | 0.63% | - |
| XYZ | 27.22 | 32.93 | 5.84 | - |
| YUV | 144.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 25 | 0.01 | 0 | 0.84 | 0.37 | 60.88 | 0.73 | 0.36 |
| Hex | 9F | A1 | 19 | 1 | 0 | 54 | 25 | 3D | 49 | 24 |
| Octal | 237 | 241 | 31 | 1 | 0 | 124 | 45 | 75 | 111 | 44 |
| Binary | 10011111 | 10100001 | 11001 | 1 | 0 | 1010100 | 100101 | 111101 | 1001001 | 100100 |
Color Harmonies of #9FA119
Complementary color
Monochromatic Colors of #9FA119
Black with #9FA119
Text Example
Text Example
White with #9FA119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA119; }
p { color: rgb(159,161,25); }
H1.HeaderClassName
{
color: #9FA119;
}
.AnyTagClassName
{
color: #9FA119;
}
</style>
background-color css
<style>
a { background-color: #9FA119; }
a { background-color: rgb(159,161,25); }
div.DivClassName
{
background-color: #9FA119;
}
.BgClassName
{
background-color: #9FA119;
}
</style>
border-color css
<style>
span { border-color: #9FA119; }
span { border-color: rgb(159,161,25); }
td.TdClassName
{
border-color: #9FA119;
}
.TagClassName
{
border-color: #9FA119;
}
</style>