Shades of Forest Green #18A211
Tints of Forest Green #18A211
RGB
CMYK
RGB Variations
Color information
#18A211 (or 0x18A211) is known color: Forest Green. HEX triplet: 18, A2 and 11. RGB value is (24,162,17). Sum of RGB (Red+Green+Blue) = 24+162+17=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #18A211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A211 is #E75DEE. Grayscale: #686868. Windows color (decimal): -15162863 or 1155608. OLE color: 1155608.
HSL color Cylindrical-coordinate representation of color #18A211: hue angle of 117.1º degrees, saturation: 0.81, 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 #18A211 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 17 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.36 |
| HSL | 117.1º | 0.81% | 0.35% | - |
| HSV(B) | 117.1º | 0.9% | 0.64% | - |
| XYZ | 13.4 | 26.08 | 4.86 | - |
| YUV | 104.21 | 78.78 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 17 | 0.85 | 0 | 0.90 | 0.36 | 117.1 | 0.81 | 0.35 |
| Hex | 18 | A2 | 11 | 55 | 0 | 5A | 24 | 75 | 51 | 23 |
| Octal | 30 | 242 | 21 | 125 | 0 | 132 | 44 | 165 | 121 | 43 |
| Binary | 11000 | 10100010 | 10001 | 1010101 | 0 | 1011010 | 100100 | 1110101 | 1010001 | 100011 |
Color Harmonies of #18A211
Complementary color
Monochromatic Colors of #18A211
Black with #18A211
Text Example
Text Example
White with #18A211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A211; }
p { color: rgb(24,162,17); }
H1.HeaderClassName
{
color: #18A211;
}
.AnyTagClassName
{
color: #18A211;
}
</style>
background-color css
<style>
a { background-color: #18A211; }
a { background-color: rgb(24,162,17); }
div.DivClassName
{
background-color: #18A211;
}
.BgClassName
{
background-color: #18A211;
}
</style>
border-color css
<style>
span { border-color: #18A211; }
span { border-color: rgb(24,162,17); }
td.TdClassName
{
border-color: #18A211;
}
.TagClassName
{
border-color: #18A211;
}
</style>