Shades of Forest Green #18AF20
Tints of Forest Green #18AF20
RGB
CMYK
RGB Variations
Color information
#18AF20 (or 0x18AF20) is known color: Forest Green. HEX triplet: 18, AF and 20. RGB value is (24,175,32). Sum of RGB (Red+Green+Blue) = 24+175+32=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AF20 is #E750DF. Grayscale: #717171. Windows color (decimal): -15159520 or 2141976. OLE color: 2141976.
HSL color Cylindrical-coordinate representation of color #18AF20: hue angle of 123.18º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF20 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 175 | 32 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.31 |
| HSL | 123.18º | 0.76% | 0.39% | - |
| HSV(B) | 123.18º | 0.86% | 0.69% | - |
| XYZ | 15.97 | 30.96 | 6.5 | - |
| YUV | 113.55 | 81.97 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 175 | 32 | 0.86 | 0 | 0.82 | 0.31 | 123.18 | 0.76 | 0.39 |
| Hex | 18 | AF | 20 | 56 | 0 | 52 | 1F | 7B | 4C | 27 |
| Octal | 30 | 257 | 40 | 126 | 0 | 122 | 37 | 173 | 114 | 47 |
| Binary | 11000 | 10101111 | 100000 | 1010110 | 0 | 1010010 | 11111 | 1111011 | 1001100 | 100111 |
Color Harmonies of #18AF20
Complementary color
Monochromatic Colors of #18AF20
Black with #18AF20
Text Example
Text Example
White with #18AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AF20; }
p { color: rgb(24,175,32); }
H1.HeaderClassName
{
color: #18AF20;
}
.AnyTagClassName
{
color: #18AF20;
}
</style>
background-color css
<style>
a { background-color: #18AF20; }
a { background-color: rgb(24,175,32); }
div.DivClassName
{
background-color: #18AF20;
}
.BgClassName
{
background-color: #18AF20;
}
</style>
border-color css
<style>
span { border-color: #18AF20; }
span { border-color: rgb(24,175,32); }
td.TdClassName
{
border-color: #18AF20;
}
.TagClassName
{
border-color: #18AF20;
}
</style>