Shades of Forest Green #18A223
Tints of Forest Green #18A223
RGB
CMYK
RGB Variations
Color information
#18A223 (or 0x18A223) is known color: Forest Green. HEX triplet: 18, A2 and 23. RGB value is (24,162,35). Sum of RGB (Red+Green+Blue) = 24+162+35=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 162 (63.67% from 255 or 73.30% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 162 - color contains mainly: green. Hex color #18A223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18A223 is #E75DDC. Grayscale: #6A6A6A. Windows color (decimal): -15162845 or 2335256. OLE color: 2335256.
HSL color Cylindrical-coordinate representation of color #18A223: hue angle of 124.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A223 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 162 | 35 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.36 |
| HSL | 124.78º | 0.74% | 0.36% | - |
| HSV(B) | 124.78º | 0.85% | 0.64% | - |
| XYZ | 13.6 | 26.16 | 5.92 | - |
| YUV | 106.26 | 87.78 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 35 | 0.85 | 0 | 0.78 | 0.36 | 124.78 | 0.74 | 0.36 |
| Hex | 18 | A2 | 23 | 55 | 0 | 4E | 24 | 7D | 4A | 24 |
| Octal | 30 | 242 | 43 | 125 | 0 | 116 | 44 | 175 | 112 | 44 |
| Binary | 11000 | 10100010 | 100011 | 1010101 | 0 | 1001110 | 100100 | 1111101 | 1001010 | 100100 |
Color Harmonies of #18A223
Complementary color
Monochromatic Colors of #18A223
Black with #18A223
Text Example
Text Example
White with #18A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A223; }
p { color: rgb(24,162,35); }
H1.HeaderClassName
{
color: #18A223;
}
.AnyTagClassName
{
color: #18A223;
}
</style>
background-color css
<style>
a { background-color: #18A223; }
a { background-color: rgb(24,162,35); }
div.DivClassName
{
background-color: #18A223;
}
.BgClassName
{
background-color: #18A223;
}
</style>
border-color css
<style>
span { border-color: #18A223; }
span { border-color: rgb(24,162,35); }
td.TdClassName
{
border-color: #18A223;
}
.TagClassName
{
border-color: #18A223;
}
</style>