Shades of Forest Green #18A128
Tints of Forest Green #18A128
RGB
CMYK
RGB Variations
Color information
#18A128 (or 0x18A128) is known color: Forest Green. HEX triplet: 18, A1 and 28. RGB value is (24,161,40). Sum of RGB (Red+Green+Blue) = 24+161+40=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 161 (63.28% from 255 or 71.56% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 161 - color contains mainly: green. Hex color #18A128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A128 is #E75ED7. Grayscale: #6A6A6A. Windows color (decimal): -15163096 or 2662680. OLE color: 2662680.
HSL color Cylindrical-coordinate representation of color #18A128: hue angle of 127.01º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A128 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 161 | 40 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.37 |
| HSL | 127.01º | 0.74% | 0.36% | - |
| HSV(B) | 127.01º | 0.85% | 0.63% | - |
| XYZ | 13.5 | 25.84 | 6.28 | - |
| YUV | 106.24 | 90.61 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 40 | 0.85 | 0 | 0.75 | 0.37 | 127.01 | 0.74 | 0.36 |
| Hex | 18 | A1 | 28 | 55 | 0 | 4B | 25 | 7F | 4A | 24 |
| Octal | 30 | 241 | 50 | 125 | 0 | 113 | 45 | 177 | 112 | 44 |
| Binary | 11000 | 10100001 | 101000 | 1010101 | 0 | 1001011 | 100101 | 1111111 | 1001010 | 100100 |
Color Harmonies of #18A128
Complementary color
Monochromatic Colors of #18A128
Black with #18A128
Text Example
Text Example
White with #18A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A128; }
p { color: rgb(24,161,40); }
H1.HeaderClassName
{
color: #18A128;
}
.AnyTagClassName
{
color: #18A128;
}
</style>
background-color css
<style>
a { background-color: #18A128; }
a { background-color: rgb(24,161,40); }
div.DivClassName
{
background-color: #18A128;
}
.BgClassName
{
background-color: #18A128;
}
</style>
border-color css
<style>
span { border-color: #18A128; }
span { border-color: rgb(24,161,40); }
td.TdClassName
{
border-color: #18A128;
}
.TagClassName
{
border-color: #18A128;
}
</style>