Shades of Forest Green #12AB24
Tints of Forest Green #12AB24
RGB
CMYK
RGB Variations
Color information
#12AB24 (or 0x12AB24) is known color: Forest Green. HEX triplet: 12, AB and 24. RGB value is (18,171,36). Sum of RGB (Red+Green+Blue) = 18+171+36=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 171 (67.19% from 255 or 76% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB24 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB24 is #ED54DB. Grayscale: #6E6E6E. Windows color (decimal): -15553756 or 2403090. OLE color: 2403090.
HSL color Cylindrical-coordinate representation of color #12AB24: hue angle of 127.06º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB24 is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 36 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.33 |
| HSL | 127.06º | 0.81% | 0.37% | - |
| HSV(B) | 127.06º | 0.89% | 0.67% | - |
| XYZ | 15.13 | 29.38 | 6.54 | - |
| YUV | 109.86 | 86.31 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 36 | 0.89 | 0 | 0.79 | 0.33 | 127.06 | 0.81 | 0.37 |
| Hex | 12 | AB | 24 | 59 | 0 | 4F | 21 | 7F | 51 | 25 |
| Octal | 22 | 253 | 44 | 131 | 0 | 117 | 41 | 177 | 121 | 45 |
| Binary | 10010 | 10101011 | 100100 | 1011001 | 0 | 1001111 | 100001 | 1111111 | 1010001 | 100101 |
Color Harmonies of #12AB24
Complementary color
Monochromatic Colors of #12AB24
Black with #12AB24
Text Example
Text Example
White with #12AB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB24; }
p { color: rgb(18,171,36); }
H1.HeaderClassName
{
color: #12AB24;
}
.AnyTagClassName
{
color: #12AB24;
}
</style>
background-color css
<style>
a { background-color: #12AB24; }
a { background-color: rgb(18,171,36); }
div.DivClassName
{
background-color: #12AB24;
}
.BgClassName
{
background-color: #12AB24;
}
</style>
border-color css
<style>
span { border-color: #12AB24; }
span { border-color: rgb(18,171,36); }
td.TdClassName
{
border-color: #12AB24;
}
.TagClassName
{
border-color: #12AB24;
}
</style>