Shades of Forest Green #10A119
Tints of Forest Green #10A119
RGB
CMYK
RGB Variations
Color information
#10A119 (or 0x10A119) is known color: Forest Green. HEX triplet: 10, A1 and 19. RGB value is (16,161,25). Sum of RGB (Red+Green+Blue) = 16+161+25=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 161 (63.28% from 255 or 79.70% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 161 - color contains mainly: green. Hex color #10A119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A119 is #EF5EE6. Grayscale: #666666. Windows color (decimal): -15687399 or 1679632. OLE color: 1679632.
HSL color Cylindrical-coordinate representation of color #10A119: hue angle of 123.72º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A119 is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 16 | 161 | 25 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.37 |
| HSL | 123.72º | 0.82% | 0.35% | - |
| HSV(B) | 123.72º | 0.9% | 0.63% | - |
| XYZ | 13.13 | 25.67 | 5.18 | - |
| YUV | 102.14 | 84.46 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 161 | 25 | 0.90 | 0 | 0.84 | 0.37 | 123.72 | 0.82 | 0.35 |
| Hex | 10 | A1 | 19 | 5A | 0 | 54 | 25 | 7C | 52 | 23 |
| Octal | 20 | 241 | 31 | 132 | 0 | 124 | 45 | 174 | 122 | 43 |
| Binary | 10000 | 10100001 | 11001 | 1011010 | 0 | 1010100 | 100101 | 1111100 | 1010010 | 100011 |
Color Harmonies of #10A119
Complementary color
Monochromatic Colors of #10A119
Black with #10A119
Text Example
Text Example
White with #10A119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A119; }
p { color: rgb(16,161,25); }
H1.HeaderClassName
{
color: #10A119;
}
.AnyTagClassName
{
color: #10A119;
}
</style>
background-color css
<style>
a { background-color: #10A119; }
a { background-color: rgb(16,161,25); }
div.DivClassName
{
background-color: #10A119;
}
.BgClassName
{
background-color: #10A119;
}
</style>
border-color css
<style>
span { border-color: #10A119; }
span { border-color: rgb(16,161,25); }
td.TdClassName
{
border-color: #10A119;
}
.TagClassName
{
border-color: #10A119;
}
</style>