Shades of Forest Green #0A9524
Tints of Forest Green #0A9524
RGB
CMYK
RGB Variations
Color information
#0A9524 (or 0x0A9524) is known color: Forest Green. HEX triplet: 0A, 95 and 24. RGB value is (10,149,36). Sum of RGB (Red+Green+Blue) = 10+149+36=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 36 (14.45% from 255 or 18.46% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #0A9524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9524 is #F56ADB. Grayscale: #5E5E5E. Windows color (decimal): -16083676 or 2397450. OLE color: 2397450.
HSL color Cylindrical-coordinate representation of color #0A9524: hue angle of 131.22º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9524 is Cyan = 0.93, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 10 | 149 | 36 | - |
| CMYK | 0.93 | 0 | 0.76 | 0.42 |
| HSL | 131.22º | 0.87% | 0.31% | - |
| HSV(B) | 131.22º | 0.93% | 0.58% | - |
| XYZ | 11.19 | 21.69 | 5.27 | - |
| YUV | 94.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 149 | 36 | 0.93 | 0 | 0.76 | 0.42 | 131.22 | 0.87 | 0.31 |
| Hex | A | 95 | 24 | 5D | 0 | 4C | 2A | 83 | 57 | 1F |
| Octal | 12 | 225 | 44 | 135 | 0 | 114 | 52 | 203 | 127 | 37 |
| Binary | 1010 | 10010101 | 100100 | 1011101 | 0 | 1001100 | 101010 | 10000011 | 1010111 | 11111 |
Color Harmonies of #0A9524
Complementary color
Monochromatic Colors of #0A9524
Black with #0A9524
Text Example
Text Example
White with #0A9524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9524; }
p { color: rgb(10,149,36); }
H1.HeaderClassName
{
color: #0A9524;
}
.AnyTagClassName
{
color: #0A9524;
}
</style>
background-color css
<style>
a { background-color: #0A9524; }
a { background-color: rgb(10,149,36); }
div.DivClassName
{
background-color: #0A9524;
}
.BgClassName
{
background-color: #0A9524;
}
</style>
border-color css
<style>
span { border-color: #0A9524; }
span { border-color: rgb(10,149,36); }
td.TdClassName
{
border-color: #0A9524;
}
.TagClassName
{
border-color: #0A9524;
}
</style>