Shades of Forest Green #18A424
Tints of Forest Green #18A424
RGB
CMYK
RGB Variations
Color information
#18A424 (or 0x18A424) is known color: Forest Green. HEX triplet: 18, A4 and 24. RGB value is (24,164,36). Sum of RGB (Red+Green+Blue) = 24+164+36=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 164 (64.45% from 255 or 73.21% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 164 - color contains mainly: green. Hex color #18A424 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A424 is #E75BDB. Grayscale: #6B6B6B. Windows color (decimal): -15162332 or 2401304. OLE color: 2401304.
HSL color Cylindrical-coordinate representation of color #18A424: hue angle of 125.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A424 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 36 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.36 |
| HSL | 125.14º | 0.74% | 0.37% | - |
| HSV(B) | 125.14º | 0.85% | 0.64% | - |
| XYZ | 13.97 | 26.87 | 6.12 | - |
| YUV | 107.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 36 | 0.85 | 0 | 0.78 | 0.36 | 125.14 | 0.74 | 0.37 |
| Hex | 18 | A4 | 24 | 55 | 0 | 4E | 24 | 7D | 4A | 25 |
| Octal | 30 | 244 | 44 | 125 | 0 | 116 | 44 | 175 | 112 | 45 |
| Binary | 11000 | 10100100 | 100100 | 1010101 | 0 | 1001110 | 100100 | 1111101 | 1001010 | 100101 |
Color Harmonies of #18A424
Complementary color
Monochromatic Colors of #18A424
Black with #18A424
Text Example
Text Example
White with #18A424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A424; }
p { color: rgb(24,164,36); }
H1.HeaderClassName
{
color: #18A424;
}
.AnyTagClassName
{
color: #18A424;
}
</style>
background-color css
<style>
a { background-color: #18A424; }
a { background-color: rgb(24,164,36); }
div.DivClassName
{
background-color: #18A424;
}
.BgClassName
{
background-color: #18A424;
}
</style>
border-color css
<style>
span { border-color: #18A424; }
span { border-color: rgb(24,164,36); }
td.TdClassName
{
border-color: #18A424;
}
.TagClassName
{
border-color: #18A424;
}
</style>