Shades of Forest Green #0A8919
Tints of Forest Green #0A8919
RGB
CMYK
RGB Variations
Color information
#0A8919 (or 0x0A8919) is known color: Forest Green. HEX triplet: 0A, 89 and 19. RGB value is (10,137,25). Sum of RGB (Red+Green+Blue) = 10+137+25=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 137 (53.91% from 255 or 79.65% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 137 - color contains mainly: green. Hex color #0A8919 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8919 is #F576E6. Grayscale: #565656. Windows color (decimal): -16086759 or 1673482. OLE color: 1673482.
HSL color Cylindrical-coordinate representation of color #0A8919: hue angle of 127.09º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A8919 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 137 | 25 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.46 |
| HSL | 127.09º | 0.86% | 0.29% | - |
| HSV(B) | 127.09º | 0.93% | 0.54% | - |
| XYZ | 9.25 | 18.03 | 3.91 | - |
| YUV | 86.26 | 93.42 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 137 | 25 | 0.93 | 0 | 0.82 | 0.46 | 127.09 | 0.86 | 0.29 |
| Hex | A | 89 | 19 | 5D | 0 | 52 | 2E | 7F | 56 | 1D |
| Octal | 12 | 211 | 31 | 135 | 0 | 122 | 56 | 177 | 126 | 35 |
| Binary | 1010 | 10001001 | 11001 | 1011101 | 0 | 1010010 | 101110 | 1111111 | 1010110 | 11101 |
Color Harmonies of #0A8919
Complementary color
Monochromatic Colors of #0A8919
Black with #0A8919
Text Example
Text Example
White with #0A8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8919; }
p { color: rgb(10,137,25); }
H1.HeaderClassName
{
color: #0A8919;
}
.AnyTagClassName
{
color: #0A8919;
}
</style>
background-color css
<style>
a { background-color: #0A8919; }
a { background-color: rgb(10,137,25); }
div.DivClassName
{
background-color: #0A8919;
}
.BgClassName
{
background-color: #0A8919;
}
</style>
border-color css
<style>
span { border-color: #0A8919; }
span { border-color: rgb(10,137,25); }
td.TdClassName
{
border-color: #0A8919;
}
.TagClassName
{
border-color: #0A8919;
}
</style>