Shades of Forest Green #0A801F
Tints of Forest Green #0A801F
RGB
CMYK
RGB Variations
Color information
#0A801F (or 0x0A801F) is known color: Forest Green. HEX triplet: 0A, 80 and 1F. RGB value is (10,128,31). Sum of RGB (Red+Green+Blue) = 10+128+31=169 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.92% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #0A801F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A801F is #F57FE0. Grayscale: #515151. Windows color (decimal): -16089057 or 2064394. OLE color: 2064394.
HSL color Cylindrical-coordinate representation of color #0A801F: hue angle of 130.68º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A801F is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 10 | 128 | 31 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.50 |
| HSL | 130.68º | 0.86% | 0.27% | - |
| HSV(B) | 130.68º | 0.92% | 0.5% | - |
| XYZ | 8.09 | 15.6 | 3.88 | - |
| YUV | 81.66 | 99.41 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 128 | 31 | 0.92 | 0 | 0.76 | 0.50 | 130.68 | 0.86 | 0.27 |
| Hex | A | 80 | 1F | 5C | 0 | 4C | 32 | 83 | 56 | 1B |
| Octal | 12 | 200 | 37 | 134 | 0 | 114 | 62 | 203 | 126 | 33 |
| Binary | 1010 | 10000000 | 11111 | 1011100 | 0 | 1001100 | 110010 | 10000011 | 1010110 | 11011 |
Color Harmonies of #0A801F
Complementary color
Monochromatic Colors of #0A801F
Black with #0A801F
Text Example
Text Example
White with #0A801F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A801F; }
p { color: rgb(10,128,31); }
H1.HeaderClassName
{
color: #0A801F;
}
.AnyTagClassName
{
color: #0A801F;
}
</style>
background-color css
<style>
a { background-color: #0A801F; }
a { background-color: rgb(10,128,31); }
div.DivClassName
{
background-color: #0A801F;
}
.BgClassName
{
background-color: #0A801F;
}
</style>
border-color css
<style>
span { border-color: #0A801F; }
span { border-color: rgb(10,128,31); }
td.TdClassName
{
border-color: #0A801F;
}
.TagClassName
{
border-color: #0A801F;
}
</style>