Shades of Forest Green #10A219
Tints of Forest Green #10A219
RGB
CMYK
RGB Variations
Color information
#10A219 (or 0x10A219) is known color: Forest Green. HEX triplet: 10, A2 and 19. RGB value is (16,162,25). Sum of RGB (Red+Green+Blue) = 16+162+25=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #10A219 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A219 is #EF5DE6. Grayscale: #676767. Windows color (decimal): -15687143 or 1679888. OLE color: 1679888.
HSL color Cylindrical-coordinate representation of color #10A219: hue angle of 123.7º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A219 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 16 | 162 | 25 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.36 |
| HSL | 123.7º | 0.82% | 0.35% | - |
| HSV(B) | 123.7º | 0.9% | 0.64% | - |
| XYZ | 13.31 | 26.02 | 5.24 | - |
| YUV | 102.73 | 84.13 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 162 | 25 | 0.90 | 0 | 0.85 | 0.36 | 123.7 | 0.82 | 0.35 |
| Hex | 10 | A2 | 19 | 5A | 0 | 55 | 24 | 7C | 52 | 23 |
| Octal | 20 | 242 | 31 | 132 | 0 | 125 | 44 | 174 | 122 | 43 |
| Binary | 10000 | 10100010 | 11001 | 1011010 | 0 | 1010101 | 100100 | 1111100 | 1010010 | 100011 |
Color Harmonies of #10A219
Complementary color
Monochromatic Colors of #10A219
Black with #10A219
Text Example
Text Example
White with #10A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A219; }
p { color: rgb(16,162,25); }
H1.HeaderClassName
{
color: #10A219;
}
.AnyTagClassName
{
color: #10A219;
}
</style>
background-color css
<style>
a { background-color: #10A219; }
a { background-color: rgb(16,162,25); }
div.DivClassName
{
background-color: #10A219;
}
.BgClassName
{
background-color: #10A219;
}
</style>
border-color css
<style>
span { border-color: #10A219; }
span { border-color: rgb(16,162,25); }
td.TdClassName
{
border-color: #10A219;
}
.TagClassName
{
border-color: #10A219;
}
</style>