Shades of Forest Green #099425
Tints of Forest Green #099425
RGB
CMYK
RGB Variations
Color information
#099425 (or 0x099425) is known color: Forest Green. HEX triplet: 09, 94 and 25. RGB value is (9,148,37). Sum of RGB (Red+Green+Blue) = 9+148+37=194 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.64% from 194); Green value is 148 (58.20% from 255 or 76.29% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 148 - color contains mainly: green. Hex color #099425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099425 is #F66BDA. Grayscale: #5E5E5E. Windows color (decimal): -16149467 or 2462729. OLE color: 2462729.
HSL color Cylindrical-coordinate representation of color #099425: hue angle of 132.09º 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 #099425 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 9 | 148 | 37 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.42 |
| HSL | 132.09º | 0.89% | 0.31% | - |
| HSV(B) | 132.09º | 0.94% | 0.58% | - |
| XYZ | 11.04 | 21.37 | 5.29 | - |
| YUV | 93.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 148 | 37 | 0.94 | 0 | 0.75 | 0.42 | 132.09 | 0.89 | 0.31 |
| Hex | 9 | 94 | 25 | 5E | 0 | 4B | 2A | 84 | 59 | 1F |
| Octal | 11 | 224 | 45 | 136 | 0 | 113 | 52 | 204 | 131 | 37 |
| Binary | 1001 | 10010100 | 100101 | 1011110 | 0 | 1001011 | 101010 | 10000100 | 1011001 | 11111 |
Color Harmonies of #099425
Complementary color
Monochromatic Colors of #099425
Black with #099425
Text Example
Text Example
White with #099425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099425; }
p { color: rgb(9,148,37); }
H1.HeaderClassName
{
color: #099425;
}
.AnyTagClassName
{
color: #099425;
}
</style>
background-color css
<style>
a { background-color: #099425; }
a { background-color: rgb(9,148,37); }
div.DivClassName
{
background-color: #099425;
}
.BgClassName
{
background-color: #099425;
}
</style>
border-color css
<style>
span { border-color: #099425; }
span { border-color: rgb(9,148,37); }
td.TdClassName
{
border-color: #099425;
}
.TagClassName
{
border-color: #099425;
}
</style>