Shades of Lucky #9FA019
Tints of Lucky #9FA019
RGB
CMYK
RGB Variations
Color information
#9FA019 (or 0x9FA019) is known color: Lucky. HEX triplet: 9F, A0 and 19. RGB value is (159,160,25). Sum of RGB (Red+Green+Blue) = 159+160+25=344 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.22% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA019 is #605FE6. Grayscale: #909090. Windows color (decimal): -6316007 or 1679519. OLE color: 1679519.
HSL color Cylindrical-coordinate representation of color #9FA019: hue angle of 60.44º 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 #9FA019 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 160 | 25 | - |
| CMYK | 0.01 | 0 | 0.84 | 0.37 |
| HSL | 60.44º | 0.73% | 0.36% | - |
| HSV(B) | 60.44º | 0.84% | 0.63% | - |
| XYZ | 27.04 | 32.58 | 5.78 | - |
| YUV | 144.31 | 60.67 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 160 | 25 | 0.01 | 0 | 0.84 | 0.37 | 60.44 | 0.73 | 0.36 |
| Hex | 9F | A0 | 19 | 1 | 0 | 54 | 25 | 3C | 49 | 24 |
| Octal | 237 | 240 | 31 | 1 | 0 | 124 | 45 | 74 | 111 | 44 |
| Binary | 10011111 | 10100000 | 11001 | 1 | 0 | 1010100 | 100101 | 111100 | 1001001 | 100100 |
Color Harmonies of #9FA019
Complementary color
Monochromatic Colors of #9FA019
Black with #9FA019
Text Example
Text Example
White with #9FA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA019; }
p { color: rgb(159,160,25); }
H1.HeaderClassName
{
color: #9FA019;
}
.AnyTagClassName
{
color: #9FA019;
}
</style>
background-color css
<style>
a { background-color: #9FA019; }
a { background-color: rgb(159,160,25); }
div.DivClassName
{
background-color: #9FA019;
}
.BgClassName
{
background-color: #9FA019;
}
</style>
border-color css
<style>
span { border-color: #9FA019; }
span { border-color: rgb(159,160,25); }
td.TdClassName
{
border-color: #9FA019;
}
.TagClassName
{
border-color: #9FA019;
}
</style>