Shades of Forest Green #099525
Tints of Forest Green #099525
RGB
CMYK
RGB Variations
Color information
#099525 (or 0x099525) is known color: Forest Green. HEX triplet: 09, 95 and 25. RGB value is (9,149,37). Sum of RGB (Red+Green+Blue) = 9+149+37=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #099525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099525 is #F66ADA. Grayscale: #5E5E5E. Windows color (decimal): -16149211 or 2462985. OLE color: 2462985.
HSL color Cylindrical-coordinate representation of color #099525: hue angle of 132º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099525 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 149 | 37 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.42 |
| HSL | 132º | 0.89% | 0.31% | - |
| HSV(B) | 132º | 0.94% | 0.58% | - |
| XYZ | 11.19 | 21.69 | 5.35 | - |
| YUV | 94.37 | 95.62 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 149 | 37 | 0.94 | 0 | 0.75 | 0.42 | 132 | 0.89 | 0.31 |
| Hex | 9 | 95 | 25 | 5E | 0 | 4B | 2A | 84 | 59 | 1F |
| Octal | 11 | 225 | 45 | 136 | 0 | 113 | 52 | 204 | 131 | 37 |
| Binary | 1001 | 10010101 | 100101 | 1011110 | 0 | 1001011 | 101010 | 10000100 | 1011001 | 11111 |
Color Harmonies of #099525
Complementary color
Monochromatic Colors of #099525
Black with #099525
Text Example
Text Example
White with #099525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099525; }
p { color: rgb(9,149,37); }
H1.HeaderClassName
{
color: #099525;
}
.AnyTagClassName
{
color: #099525;
}
</style>
background-color css
<style>
a { background-color: #099525; }
a { background-color: rgb(9,149,37); }
div.DivClassName
{
background-color: #099525;
}
.BgClassName
{
background-color: #099525;
}
</style>
border-color css
<style>
span { border-color: #099525; }
span { border-color: rgb(9,149,37); }
td.TdClassName
{
border-color: #099525;
}
.TagClassName
{
border-color: #099525;
}
</style>