Shades of Forest Green #18A419
Tints of Forest Green #18A419
RGB
CMYK
RGB Variations
Color information
#18A419 (or 0x18A419) is known color: Forest Green. HEX triplet: 18, A4 and 19. RGB value is (24,164,25). Sum of RGB (Red+Green+Blue) = 24+164+25=213 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.27% from 213); Green value is 164 (64.45% from 255 or 77.00% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 164 - color contains mainly: green. Hex color #18A419 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18A419 is #E75BE6. Grayscale: #6A6A6A. Windows color (decimal): -15162343 or 1680408. OLE color: 1680408.
HSL color Cylindrical-coordinate representation of color #18A419: hue angle of 120.43º 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 #18A419 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 164 | 25 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.36 |
| HSL | 120.43º | 0.74% | 0.37% | - |
| HSV(B) | 120.43º | 0.85% | 0.64% | - |
| XYZ | 13.83 | 26.82 | 5.37 | - |
| YUV | 106.29 | 82.12 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 25 | 0.85 | 0 | 0.85 | 0.36 | 120.43 | 0.74 | 0.37 |
| Hex | 18 | A4 | 19 | 55 | 0 | 55 | 24 | 78 | 4A | 25 |
| Octal | 30 | 244 | 31 | 125 | 0 | 125 | 44 | 170 | 112 | 45 |
| Binary | 11000 | 10100100 | 11001 | 1010101 | 0 | 1010101 | 100100 | 1111000 | 1001010 | 100101 |
Color Harmonies of #18A419
Complementary color
Monochromatic Colors of #18A419
Black with #18A419
Text Example
Text Example
White with #18A419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A419; }
p { color: rgb(24,164,25); }
H1.HeaderClassName
{
color: #18A419;
}
.AnyTagClassName
{
color: #18A419;
}
</style>
background-color css
<style>
a { background-color: #18A419; }
a { background-color: rgb(24,164,25); }
div.DivClassName
{
background-color: #18A419;
}
.BgClassName
{
background-color: #18A419;
}
</style>
border-color css
<style>
span { border-color: #18A419; }
span { border-color: rgb(24,164,25); }
td.TdClassName
{
border-color: #18A419;
}
.TagClassName
{
border-color: #18A419;
}
</style>