Shades of Forest Green #18A416
Tints of Forest Green #18A416
RGB
CMYK
RGB Variations
Color information
#18A416 (or 0x18A416) is known color: Forest Green. HEX triplet: 18, A4 and 16. RGB value is (24,164,22). Sum of RGB (Red+Green+Blue) = 24+164+22=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 164 (64.45% from 255 or 78.10% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 164 - color contains mainly: green. Hex color #18A416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A416 is #E75BE9. Grayscale: #6A6A6A. Windows color (decimal): -15162346 or 1483800. OLE color: 1483800.
HSL color Cylindrical-coordinate representation of color #18A416: hue angle of 119.15º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18A416 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 22 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.36 |
| HSL | 119.15º | 0.76% | 0.36% | - |
| HSV(B) | 119.15º | 0.87% | 0.64% | - |
| XYZ | 13.8 | 26.8 | 5.21 | - |
| YUV | 105.95 | 80.62 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 22 | 0.85 | 0 | 0.87 | 0.36 | 119.15 | 0.76 | 0.36 |
| Hex | 18 | A4 | 16 | 55 | 0 | 57 | 24 | 77 | 4C | 24 |
| Octal | 30 | 244 | 26 | 125 | 0 | 127 | 44 | 167 | 114 | 44 |
| Binary | 11000 | 10100100 | 10110 | 1010101 | 0 | 1010111 | 100100 | 1110111 | 1001100 | 100100 |
Color Harmonies of #18A416
Complementary color
Monochromatic Colors of #18A416
Black with #18A416
Text Example
Text Example
White with #18A416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A416; }
p { color: rgb(24,164,22); }
H1.HeaderClassName
{
color: #18A416;
}
.AnyTagClassName
{
color: #18A416;
}
</style>
background-color css
<style>
a { background-color: #18A416; }
a { background-color: rgb(24,164,22); }
div.DivClassName
{
background-color: #18A416;
}
.BgClassName
{
background-color: #18A416;
}
</style>
border-color css
<style>
span { border-color: #18A416; }
span { border-color: rgb(24,164,22); }
td.TdClassName
{
border-color: #18A416;
}
.TagClassName
{
border-color: #18A416;
}
</style>