Shades of Forest Green #18AA20
Tints of Forest Green #18AA20
RGB
CMYK
RGB Variations
Color information
#18AA20 (or 0x18AA20) is known color: Forest Green. HEX triplet: 18, AA and 20. RGB value is (24,170,32). Sum of RGB (Red+Green+Blue) = 24+170+32=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AA20 is #E755DF. Grayscale: #6F6F6F. Windows color (decimal): -15160800 or 2140696. OLE color: 2140696.
HSL color Cylindrical-coordinate representation of color #18AA20: hue angle of 123.29º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA20 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 170 | 32 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.33 |
| HSL | 123.29º | 0.75% | 0.38% | - |
| HSV(B) | 123.29º | 0.86% | 0.67% | - |
| XYZ | 15.01 | 29.05 | 6.18 | - |
| YUV | 110.61 | 83.63 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 170 | 32 | 0.86 | 0 | 0.81 | 0.33 | 123.29 | 0.75 | 0.38 |
| Hex | 18 | AA | 20 | 56 | 0 | 51 | 21 | 7B | 4B | 26 |
| Octal | 30 | 252 | 40 | 126 | 0 | 121 | 41 | 173 | 113 | 46 |
| Binary | 11000 | 10101010 | 100000 | 1010110 | 0 | 1010001 | 100001 | 1111011 | 1001011 | 100110 |
Color Harmonies of #18AA20
Complementary color
Monochromatic Colors of #18AA20
Black with #18AA20
Text Example
Text Example
White with #18AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AA20; }
p { color: rgb(24,170,32); }
H1.HeaderClassName
{
color: #18AA20;
}
.AnyTagClassName
{
color: #18AA20;
}
</style>
background-color css
<style>
a { background-color: #18AA20; }
a { background-color: rgb(24,170,32); }
div.DivClassName
{
background-color: #18AA20;
}
.BgClassName
{
background-color: #18AA20;
}
</style>
border-color css
<style>
span { border-color: #18AA20; }
span { border-color: rgb(24,170,32); }
td.TdClassName
{
border-color: #18AA20;
}
.TagClassName
{
border-color: #18AA20;
}
</style>