Shades of Forest Green #0A8A19
Tints of Forest Green #0A8A19
RGB
CMYK
RGB Variations
Color information
#0A8A19 (or 0x0A8A19) is known color: Forest Green. HEX triplet: 0A, 8A and 19. RGB value is (10,138,25). Sum of RGB (Red+Green+Blue) = 10+138+25=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 138 (54.30% from 255 or 79.77% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 138 - color contains mainly: green. Hex color #0A8A19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A8A19 is #F575E6. Grayscale: #575757. Windows color (decimal): -16086503 or 1673738. OLE color: 1673738.
HSL color Cylindrical-coordinate representation of color #0A8A19: hue angle of 127.03º 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 #0A8A19 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 138 | 25 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.46 |
| HSL | 127.03º | 0.86% | 0.29% | - |
| HSV(B) | 127.03º | 0.93% | 0.54% | - |
| XYZ | 9.39 | 18.31 | 3.96 | - |
| YUV | 86.85 | 93.09 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 138 | 25 | 0.93 | 0 | 0.82 | 0.46 | 127.03 | 0.86 | 0.29 |
| Hex | A | 8A | 19 | 5D | 0 | 52 | 2E | 7F | 56 | 1D |
| Octal | 12 | 212 | 31 | 135 | 0 | 122 | 56 | 177 | 126 | 35 |
| Binary | 1010 | 10001010 | 11001 | 1011101 | 0 | 1010010 | 101110 | 1111111 | 1010110 | 11101 |
Color Harmonies of #0A8A19
Complementary color
Monochromatic Colors of #0A8A19
Black with #0A8A19
Text Example
Text Example
White with #0A8A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8A19; }
p { color: rgb(10,138,25); }
H1.HeaderClassName
{
color: #0A8A19;
}
.AnyTagClassName
{
color: #0A8A19;
}
</style>
background-color css
<style>
a { background-color: #0A8A19; }
a { background-color: rgb(10,138,25); }
div.DivClassName
{
background-color: #0A8A19;
}
.BgClassName
{
background-color: #0A8A19;
}
</style>
border-color css
<style>
span { border-color: #0A8A19; }
span { border-color: rgb(10,138,25); }
td.TdClassName
{
border-color: #0A8A19;
}
.TagClassName
{
border-color: #0A8A19;
}
</style>