Shades of Forest Green #18A010
Tints of Forest Green #18A010
RGB
CMYK
RGB Variations
Color information
#18A010 (or 0x18A010) is known color: Forest Green. HEX triplet: 18, A0 and 10. RGB value is (24,160,16). Sum of RGB (Red+Green+Blue) = 24+160+16=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 160 (62.89% from 255 or 80% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 160 - color contains mainly: green. Hex color #18A010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A010 is #E75FEF. Grayscale: #676767. Windows color (decimal): -15163376 or 1089560. OLE color: 1089560.
HSL color Cylindrical-coordinate representation of color #18A010: hue angle of 116.67º 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 #18A010 is Cyan = 0.85, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 160 | 16 | - |
| CMYK | 0.85 | 0 | 0.9 | 0.37 |
| HSL | 116.67º | 0.82% | 0.35% | - |
| HSV(B) | 116.67º | 0.9% | 0.63% | - |
| XYZ | 13.04 | 25.37 | 4.7 | - |
| YUV | 102.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 160 | 16 | 0.85 | 0 | 0.9 | 0.37 | 116.67 | 0.82 | 0.35 |
| Hex | 18 | A0 | 10 | 55 | 0 | 5A | 25 | 75 | 52 | 23 |
| Octal | 30 | 240 | 20 | 125 | 0 | 132 | 45 | 165 | 122 | 43 |
| Binary | 11000 | 10100000 | 10000 | 1010101 | 0 | 1011010 | 100101 | 1110101 | 1010010 | 100011 |
Color Harmonies of #18A010
Complementary color
Monochromatic Colors of #18A010
Black with #18A010
Text Example
Text Example
White with #18A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A010; }
p { color: rgb(24,160,16); }
H1.HeaderClassName
{
color: #18A010;
}
.AnyTagClassName
{
color: #18A010;
}
</style>
background-color css
<style>
a { background-color: #18A010; }
a { background-color: rgb(24,160,16); }
div.DivClassName
{
background-color: #18A010;
}
.BgClassName
{
background-color: #18A010;
}
</style>
border-color css
<style>
span { border-color: #18A010; }
span { border-color: rgb(24,160,16); }
td.TdClassName
{
border-color: #18A010;
}
.TagClassName
{
border-color: #18A010;
}
</style>