Shades of Forest Green #12A217
Tints of Forest Green #12A217
RGB
CMYK
RGB Variations
Color information
#12A217 (or 0x12A217) is known color: Forest Green. HEX triplet: 12, A2 and 17. RGB value is (18,162,23). Sum of RGB (Red+Green+Blue) = 18+162+23=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #12A217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A217 is #ED5DE8. Grayscale: #676767. Windows color (decimal): -15556073 or 1548818. OLE color: 1548818.
HSL color Cylindrical-coordinate representation of color #12A217: hue angle of 122.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A217 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 162 | 23 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.36 |
| HSL | 122.08º | 0.8% | 0.35% | - |
| HSV(B) | 122.08º | 0.89% | 0.64% | - |
| XYZ | 13.32 | 26.03 | 5.13 | - |
| YUV | 103.1 | 82.79 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 162 | 23 | 0.89 | 0 | 0.86 | 0.36 | 122.08 | 0.8 | 0.35 |
| Hex | 12 | A2 | 17 | 59 | 0 | 56 | 24 | 7A | 50 | 23 |
| Octal | 22 | 242 | 27 | 131 | 0 | 126 | 44 | 172 | 120 | 43 |
| Binary | 10010 | 10100010 | 10111 | 1011001 | 0 | 1010110 | 100100 | 1111010 | 1010000 | 100011 |
Color Harmonies of #12A217
Complementary color
Monochromatic Colors of #12A217
Black with #12A217
Text Example
Text Example
White with #12A217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A217; }
p { color: rgb(18,162,23); }
H1.HeaderClassName
{
color: #12A217;
}
.AnyTagClassName
{
color: #12A217;
}
</style>
background-color css
<style>
a { background-color: #12A217; }
a { background-color: rgb(18,162,23); }
div.DivClassName
{
background-color: #12A217;
}
.BgClassName
{
background-color: #12A217;
}
</style>
border-color css
<style>
span { border-color: #12A217; }
span { border-color: rgb(18,162,23); }
td.TdClassName
{
border-color: #12A217;
}
.TagClassName
{
border-color: #12A217;
}
</style>