Shades of Lucky #9F9A25
Tints of Lucky #9F9A25
RGB
CMYK
RGB Variations
Color information
#9F9A25 (or 0x9F9A25) is known color: Lucky. HEX triplet: 9F, 9A and 25. RGB value is (159,154,37). Sum of RGB (Red+Green+Blue) = 159+154+37=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 37 (14.84% from 255 or 10.57% from 350); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9A25 is #6065DA. Grayscale: #8E8E8E. Windows color (decimal): -6317531 or 2464415. OLE color: 2464415.
HSL color Cylindrical-coordinate representation of color #9F9A25: hue angle of 57.54º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F9A25 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 154 | 37 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.38 |
| HSL | 57.54º | 0.62% | 0.38% | - |
| HSV(B) | 57.54º | 0.77% | 0.62% | - |
| XYZ | 26.19 | 30.62 | 6.28 | - |
| YUV | 142.16 | 68.66 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 37 | 0 | 0.03 | 0.77 | 0.38 | 57.54 | 0.62 | 0.38 |
| Hex | 9F | 9A | 25 | 0 | 3 | 4D | 26 | 3A | 3E | 26 |
| Octal | 237 | 232 | 45 | 0 | 3 | 115 | 46 | 72 | 76 | 46 |
| Binary | 10011111 | 10011010 | 100101 | 0 | 11 | 1001101 | 100110 | 111010 | 111110 | 100110 |
Color Harmonies of #9F9A25
Complementary color
Monochromatic Colors of #9F9A25
Black with #9F9A25
Text Example
Text Example
White with #9F9A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9A25; }
p { color: rgb(159,154,37); }
H1.HeaderClassName
{
color: #9F9A25;
}
.AnyTagClassName
{
color: #9F9A25;
}
</style>
background-color css
<style>
a { background-color: #9F9A25; }
a { background-color: rgb(159,154,37); }
div.DivClassName
{
background-color: #9F9A25;
}
.BgClassName
{
background-color: #9F9A25;
}
</style>
border-color css
<style>
span { border-color: #9F9A25; }
span { border-color: rgb(159,154,37); }
td.TdClassName
{
border-color: #9F9A25;
}
.TagClassName
{
border-color: #9F9A25;
}
</style>