Shades of Forest Green #10AB20
Tints of Forest Green #10AB20
RGB
CMYK
RGB Variations
Color information
#10AB20 (or 0x10AB20) is known color: Forest Green. HEX triplet: 10, AB and 20. RGB value is (16,171,32). Sum of RGB (Red+Green+Blue) = 16+171+32=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AB20 is #EF54DF. Grayscale: #6D6D6D. Windows color (decimal): -15684832 or 2140944. OLE color: 2140944.
HSL color Cylindrical-coordinate representation of color #10AB20: hue angle of 126.19º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB20 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 32 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.33 |
| HSL | 126.19º | 0.83% | 0.37% | - |
| HSV(B) | 126.19º | 0.91% | 0.67% | - |
| XYZ | 15.04 | 29.34 | 6.24 | - |
| YUV | 108.81 | 84.65 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 32 | 0.91 | 0 | 0.81 | 0.33 | 126.19 | 0.83 | 0.37 |
| Hex | 10 | AB | 20 | 5B | 0 | 51 | 21 | 7E | 53 | 25 |
| Octal | 20 | 253 | 40 | 133 | 0 | 121 | 41 | 176 | 123 | 45 |
| Binary | 10000 | 10101011 | 100000 | 1011011 | 0 | 1010001 | 100001 | 1111110 | 1010011 | 100101 |
Color Harmonies of #10AB20
Complementary color
Monochromatic Colors of #10AB20
Black with #10AB20
Text Example
Text Example
White with #10AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB20; }
p { color: rgb(16,171,32); }
H1.HeaderClassName
{
color: #10AB20;
}
.AnyTagClassName
{
color: #10AB20;
}
</style>
background-color css
<style>
a { background-color: #10AB20; }
a { background-color: rgb(16,171,32); }
div.DivClassName
{
background-color: #10AB20;
}
.BgClassName
{
background-color: #10AB20;
}
</style>
border-color css
<style>
span { border-color: #10AB20; }
span { border-color: rgb(16,171,32); }
td.TdClassName
{
border-color: #10AB20;
}
.TagClassName
{
border-color: #10AB20;
}
</style>