Shades of Forest Green #0A962E
Tints of Forest Green #0A962E
RGB
CMYK
RGB Variations
Color information
#0A962E (or 0x0A962E) is known color: Forest Green. HEX triplet: 0A, 96 and 2E. RGB value is (10,150,46). Sum of RGB (Red+Green+Blue) = 10+150+46=206 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.85% from 206); Green value is 150 (58.98% from 255 or 72.82% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 150 - color contains mainly: green. Hex color #0A962E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A962E is #F569D1. Grayscale: #606060. Windows color (decimal): -16083410 or 3053066. OLE color: 3053066.
HSL color Cylindrical-coordinate representation of color #0A962E: hue angle of 135.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A962E is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 10 | 150 | 46 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.41 |
| HSL | 135.43º | 0.88% | 0.31% | - |
| HSV(B) | 135.43º | 0.93% | 0.59% | - |
| XYZ | 11.52 | 22.07 | 6.24 | - |
| YUV | 96.28 | 99.62 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 150 | 46 | 0.93 | 0 | 0.69 | 0.41 | 135.43 | 0.88 | 0.31 |
| Hex | A | 96 | 2E | 5D | 0 | 45 | 29 | 87 | 58 | 1F |
| Octal | 12 | 226 | 56 | 135 | 0 | 105 | 51 | 207 | 130 | 37 |
| Binary | 1010 | 10010110 | 101110 | 1011101 | 0 | 1000101 | 101001 | 10000111 | 1011000 | 11111 |
Color Harmonies of #0A962E
Complementary color
Monochromatic Colors of #0A962E
Black with #0A962E
Text Example
Text Example
White with #0A962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A962E; }
p { color: rgb(10,150,46); }
H1.HeaderClassName
{
color: #0A962E;
}
.AnyTagClassName
{
color: #0A962E;
}
</style>
background-color css
<style>
a { background-color: #0A962E; }
a { background-color: rgb(10,150,46); }
div.DivClassName
{
background-color: #0A962E;
}
.BgClassName
{
background-color: #0A962E;
}
</style>
border-color css
<style>
span { border-color: #0A962E; }
span { border-color: rgb(10,150,46); }
td.TdClassName
{
border-color: #0A962E;
}
.TagClassName
{
border-color: #0A962E;
}
</style>