Shades of Forest Green #0A841E
Tints of Forest Green #0A841E
RGB
CMYK
RGB Variations
Color information
#0A841E (or 0x0A841E) is known color: Forest Green. HEX triplet: 0A, 84 and 1E. RGB value is (10,132,30). Sum of RGB (Red+Green+Blue) = 10+132+30=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 132 (51.95% from 255 or 76.74% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 132 - color contains mainly: green. Hex color #0A841E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A841E is #F57BE1. Grayscale: #545454. Windows color (decimal): -16088034 or 1999882. OLE color: 1999882.
HSL color Cylindrical-coordinate representation of color #0A841E: hue angle of 129.84º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A841E is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 10 | 132 | 30 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.48 |
| HSL | 129.84º | 0.86% | 0.28% | - |
| HSV(B) | 129.84º | 0.92% | 0.52% | - |
| XYZ | 8.61 | 16.66 | 3.99 | - |
| YUV | 83.89 | 97.58 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 132 | 30 | 0.92 | 0 | 0.77 | 0.48 | 129.84 | 0.86 | 0.28 |
| Hex | A | 84 | 1E | 5C | 0 | 4D | 30 | 82 | 56 | 1C |
| Octal | 12 | 204 | 36 | 134 | 0 | 115 | 60 | 202 | 126 | 34 |
| Binary | 1010 | 10000100 | 11110 | 1011100 | 0 | 1001101 | 110000 | 10000010 | 1010110 | 11100 |
Color Harmonies of #0A841E
Complementary color
Monochromatic Colors of #0A841E
Black with #0A841E
Text Example
Text Example
White with #0A841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A841E; }
p { color: rgb(10,132,30); }
H1.HeaderClassName
{
color: #0A841E;
}
.AnyTagClassName
{
color: #0A841E;
}
</style>
background-color css
<style>
a { background-color: #0A841E; }
a { background-color: rgb(10,132,30); }
div.DivClassName
{
background-color: #0A841E;
}
.BgClassName
{
background-color: #0A841E;
}
</style>
border-color css
<style>
span { border-color: #0A841E; }
span { border-color: rgb(10,132,30); }
td.TdClassName
{
border-color: #0A841E;
}
.TagClassName
{
border-color: #0A841E;
}
</style>