Shades of Forest Green #0A811F
Tints of Forest Green #0A811F
RGB
CMYK
RGB Variations
Color information
#0A811F (or 0x0A811F) is known color: Forest Green. HEX triplet: 0A, 81 and 1F. RGB value is (10,129,31). Sum of RGB (Red+Green+Blue) = 10+129+31=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 31 (12.5% from 255 or 18.24% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #0A811F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A811F is #F57EE0. Grayscale: #525252. Windows color (decimal): -16088801 or 2064650. OLE color: 2064650.
HSL color Cylindrical-coordinate representation of color #0A811F: hue angle of 130.59º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A811F is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 10 | 129 | 31 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.49 |
| HSL | 130.59º | 0.86% | 0.27% | - |
| HSV(B) | 130.59º | 0.92% | 0.51% | - |
| XYZ | 8.22 | 15.86 | 3.92 | - |
| YUV | 82.25 | 99.08 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 31 | 0.92 | 0 | 0.76 | 0.49 | 130.59 | 0.86 | 0.27 |
| Hex | A | 81 | 1F | 5C | 0 | 4C | 31 | 83 | 56 | 1B |
| Octal | 12 | 201 | 37 | 134 | 0 | 114 | 61 | 203 | 126 | 33 |
| Binary | 1010 | 10000001 | 11111 | 1011100 | 0 | 1001100 | 110001 | 10000011 | 1010110 | 11011 |
Color Harmonies of #0A811F
Complementary color
Monochromatic Colors of #0A811F
Black with #0A811F
Text Example
Text Example
White with #0A811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A811F; }
p { color: rgb(10,129,31); }
H1.HeaderClassName
{
color: #0A811F;
}
.AnyTagClassName
{
color: #0A811F;
}
</style>
background-color css
<style>
a { background-color: #0A811F; }
a { background-color: rgb(10,129,31); }
div.DivClassName
{
background-color: #0A811F;
}
.BgClassName
{
background-color: #0A811F;
}
</style>
border-color css
<style>
span { border-color: #0A811F; }
span { border-color: rgb(10,129,31); }
td.TdClassName
{
border-color: #0A811F;
}
.TagClassName
{
border-color: #0A811F;
}
</style>