Shades of Forest Green #12A11E
Tints of Forest Green #12A11E
RGB
CMYK
RGB Variations
Color information
#12A11E (or 0x12A11E) is known color: Forest Green. HEX triplet: 12, A1 and 1E. RGB value is (18,161,30). Sum of RGB (Red+Green+Blue) = 18+161+30=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 161 (63.28% from 255 or 77.03% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 161 - color contains mainly: green. Hex color #12A11E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A11E is #ED5EE1. Grayscale: #676767. Windows color (decimal): -15556322 or 2007314. OLE color: 2007314.
HSL color Cylindrical-coordinate representation of color #12A11E: hue angle of 125.03º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A11E is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 161 | 30 | - |
| CMYK | 0.89 | 0 | 0.81 | 0.37 |
| HSL | 125.04º | 0.8% | 0.35% | - |
| HSV(B) | 125.04º | 0.89% | 0.63% | - |
| XYZ | 13.23 | 25.71 | 5.49 | - |
| YUV | 103.31 | 86.62 | 67.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 30 | 0.89 | 0 | 0.81 | 0.37 | 125.04 | 0.8 | 0.35 |
| Hex | 12 | A1 | 1E | 59 | 0 | 51 | 25 | 7D | 50 | 23 |
| Octal | 22 | 241 | 36 | 131 | 0 | 121 | 45 | 175 | 120 | 43 |
| Binary | 10010 | 10100001 | 11110 | 1011001 | 0 | 1010001 | 100101 | 1111101 | 1010000 | 100011 |
Color Harmonies of #12A11E
Complementary color
Monochromatic Colors of #12A11E
Black with #12A11E
Text Example
Text Example
White with #12A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A11E; }
p { color: rgb(18,161,30); }
H1.HeaderClassName
{
color: #12A11E;
}
.AnyTagClassName
{
color: #12A11E;
}
</style>
background-color css
<style>
a { background-color: #12A11E; }
a { background-color: rgb(18,161,30); }
div.DivClassName
{
background-color: #12A11E;
}
.BgClassName
{
background-color: #12A11E;
}
</style>
border-color css
<style>
span { border-color: #12A11E; }
span { border-color: rgb(18,161,30); }
td.TdClassName
{
border-color: #12A11E;
}
.TagClassName
{
border-color: #12A11E;
}
</style>