Shades of Forest Green #0A861E
Tints of Forest Green #0A861E
RGB
CMYK
RGB Variations
Color information
#0A861E (or 0x0A861E) is known color: Forest Green. HEX triplet: 0A, 86 and 1E. RGB value is (10,134,30). Sum of RGB (Red+Green+Blue) = 10+134+30=174 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.75% from 174); Green value is 134 (52.73% from 255 or 77.01% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 134 - color contains mainly: green. Hex color #0A861E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A861E is #F579E1. Grayscale: #555555. Windows color (decimal): -16087522 or 2000394. OLE color: 2000394.
HSL color Cylindrical-coordinate representation of color #0A861E: hue angle of 129.68º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A861E is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 10 | 134 | 30 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.47 |
| HSL | 129.68º | 0.86% | 0.28% | - |
| HSV(B) | 129.68º | 0.93% | 0.53% | - |
| XYZ | 8.88 | 17.21 | 4.08 | - |
| YUV | 85.07 | 96.92 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 134 | 30 | 0.93 | 0 | 0.78 | 0.47 | 129.68 | 0.86 | 0.28 |
| Hex | A | 86 | 1E | 5D | 0 | 4E | 2F | 82 | 56 | 1C |
| Octal | 12 | 206 | 36 | 135 | 0 | 116 | 57 | 202 | 126 | 34 |
| Binary | 1010 | 10000110 | 11110 | 1011101 | 0 | 1001110 | 101111 | 10000010 | 1010110 | 11100 |
Color Harmonies of #0A861E
Complementary color
Monochromatic Colors of #0A861E
Black with #0A861E
Text Example
Text Example
White with #0A861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A861E; }
p { color: rgb(10,134,30); }
H1.HeaderClassName
{
color: #0A861E;
}
.AnyTagClassName
{
color: #0A861E;
}
</style>
background-color css
<style>
a { background-color: #0A861E; }
a { background-color: rgb(10,134,30); }
div.DivClassName
{
background-color: #0A861E;
}
.BgClassName
{
background-color: #0A861E;
}
</style>
border-color css
<style>
span { border-color: #0A861E; }
span { border-color: rgb(10,134,30); }
td.TdClassName
{
border-color: #0A861E;
}
.TagClassName
{
border-color: #0A861E;
}
</style>