Shades of Forest Green #18AD22
Tints of Forest Green #18AD22
RGB
CMYK
RGB Variations
Color information
#18AD22 (or 0x18AD22) is known color: Forest Green. HEX triplet: 18, AD and 22. RGB value is (24,173,34). Sum of RGB (Red+Green+Blue) = 24+173+34=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD22 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18AD22 is #E752DD. Grayscale: #717171. Windows color (decimal): -15160030 or 2272536. OLE color: 2272536.
HSL color Cylindrical-coordinate representation of color #18AD22: hue angle of 124.03º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AD22 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 173 | 34 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.32 |
| HSL | 124.03º | 0.76% | 0.39% | - |
| HSV(B) | 124.03º | 0.86% | 0.68% | - |
| XYZ | 15.61 | 30.2 | 6.52 | - |
| YUV | 112.6 | 83.64 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 173 | 34 | 0.86 | 0 | 0.80 | 0.32 | 124.03 | 0.76 | 0.39 |
| Hex | 18 | AD | 22 | 56 | 0 | 50 | 20 | 7C | 4C | 27 |
| Octal | 30 | 255 | 42 | 126 | 0 | 120 | 40 | 174 | 114 | 47 |
| Binary | 11000 | 10101101 | 100010 | 1010110 | 0 | 1010000 | 100000 | 1111100 | 1001100 | 100111 |
Color Harmonies of #18AD22
Complementary color
Monochromatic Colors of #18AD22
Black with #18AD22
Text Example
Text Example
White with #18AD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18AD22; }
p { color: rgb(24,173,34); }
H1.HeaderClassName
{
color: #18AD22;
}
.AnyTagClassName
{
color: #18AD22;
}
</style>
background-color css
<style>
a { background-color: #18AD22; }
a { background-color: rgb(24,173,34); }
div.DivClassName
{
background-color: #18AD22;
}
.BgClassName
{
background-color: #18AD22;
}
</style>
border-color css
<style>
span { border-color: #18AD22; }
span { border-color: rgb(24,173,34); }
td.TdClassName
{
border-color: #18AD22;
}
.TagClassName
{
border-color: #18AD22;
}
</style>