Shades of Forest Green #0A972A
Tints of Forest Green #0A972A
RGB
CMYK
RGB Variations
Color information
#0A972A (or 0x0A972A) is known color: Forest Green. HEX triplet: 0A, 97 and 2A. RGB value is (10,151,42). Sum of RGB (Red+Green+Blue) = 10+151+42=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 151 (59.38% from 255 or 74.38% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 151 - color contains mainly: green. Hex color #0A972A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A972A is #F568D5. Grayscale: #606060. Windows color (decimal): -16083158 or 2791178. OLE color: 2791178.
HSL color Cylindrical-coordinate representation of color #0A972A: hue angle of 133.62º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A972A is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 151 | 42 | - |
| CMYK | 0.93 | 0 | 0.72 | 0.41 |
| HSL | 133.62º | 0.88% | 0.32% | - |
| HSV(B) | 133.62º | 0.93% | 0.59% | - |
| XYZ | 11.61 | 22.36 | 5.9 | - |
| YUV | 96.42 | 97.29 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 151 | 42 | 0.93 | 0 | 0.72 | 0.41 | 133.62 | 0.88 | 0.32 |
| Hex | A | 97 | 2A | 5D | 0 | 48 | 29 | 86 | 58 | 20 |
| Octal | 12 | 227 | 52 | 135 | 0 | 110 | 51 | 206 | 130 | 40 |
| Binary | 1010 | 10010111 | 101010 | 1011101 | 0 | 1001000 | 101001 | 10000110 | 1011000 | 100000 |
Color Harmonies of #0A972A
Complementary color
Monochromatic Colors of #0A972A
Black with #0A972A
Text Example
Text Example
White with #0A972A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A972A; }
p { color: rgb(10,151,42); }
H1.HeaderClassName
{
color: #0A972A;
}
.AnyTagClassName
{
color: #0A972A;
}
</style>
background-color css
<style>
a { background-color: #0A972A; }
a { background-color: rgb(10,151,42); }
div.DivClassName
{
background-color: #0A972A;
}
.BgClassName
{
background-color: #0A972A;
}
</style>
border-color css
<style>
span { border-color: #0A972A; }
span { border-color: rgb(10,151,42); }
td.TdClassName
{
border-color: #0A972A;
}
.TagClassName
{
border-color: #0A972A;
}
</style>