Shades of Lemon Ginger #9F8F25
Tints of Lemon Ginger #9F8F25
RGB
CMYK
RGB Variations
Color information
#9F8F25 (or 0x9F8F25) is known color: Lemon Ginger. HEX triplet: 9F, 8F and 25. RGB value is (159,143,37). Sum of RGB (Red+Green+Blue) = 159+143+37=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8F25 is #6070DA. Grayscale: #888888. Windows color (decimal): -6320347 or 2461599. OLE color: 2461599.
HSL color Cylindrical-coordinate representation of color #9F8F25: hue angle of 52.13º 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 #9F8F25 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 143 | 37 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.38 |
| HSL | 52.13º | 0.62% | 0.38% | - |
| HSV(B) | 52.13º | 0.77% | 0.62% | - |
| XYZ | 24.45 | 27.15 | 5.7 | - |
| YUV | 135.7 | 72.3 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 37 | 0 | 0.10 | 0.77 | 0.38 | 52.13 | 0.62 | 0.38 |
| Hex | 9F | 8F | 25 | 0 | A | 4D | 26 | 34 | 3E | 26 |
| Octal | 237 | 217 | 45 | 0 | 12 | 115 | 46 | 64 | 76 | 46 |
| Binary | 10011111 | 10001111 | 100101 | 0 | 1010 | 1001101 | 100110 | 110100 | 111110 | 100110 |
Color Harmonies of #9F8F25
Complementary color
Monochromatic Colors of #9F8F25
Black with #9F8F25
Text Example
Text Example
White with #9F8F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8F25; }
p { color: rgb(159,143,37); }
H1.HeaderClassName
{
color: #9F8F25;
}
.AnyTagClassName
{
color: #9F8F25;
}
</style>
background-color css
<style>
a { background-color: #9F8F25; }
a { background-color: rgb(159,143,37); }
div.DivClassName
{
background-color: #9F8F25;
}
.BgClassName
{
background-color: #9F8F25;
}
</style>
border-color css
<style>
span { border-color: #9F8F25; }
span { border-color: rgb(159,143,37); }
td.TdClassName
{
border-color: #9F8F25;
}
.TagClassName
{
border-color: #9F8F25;
}
</style>