Shades of Forest Green #12A91F
Tints of Forest Green #12A91F
RGB
CMYK
RGB Variations
Color information
#12A91F (or 0x12A91F) is known color: Forest Green. HEX triplet: 12, A9 and 1F. RGB value is (18,169,31). Sum of RGB (Red+Green+Blue) = 18+169+31=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 169 (66.41% from 255 or 77.52% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 169 - color contains mainly: green. Hex color #12A91F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A91F is #ED56E0. Grayscale: #6C6C6C. Windows color (decimal): -15554273 or 2074898. OLE color: 2074898.
HSL color Cylindrical-coordinate representation of color #12A91F: hue angle of 125.17º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A91F is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 169 | 31 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.34 |
| HSL | 125.17º | 0.81% | 0.37% | - |
| HSV(B) | 125.17º | 0.89% | 0.66% | - |
| XYZ | 14.68 | 28.6 | 6.04 | - |
| YUV | 108.12 | 84.47 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 169 | 31 | 0.89 | 0 | 0.82 | 0.34 | 125.17 | 0.81 | 0.37 |
| Hex | 12 | A9 | 1F | 59 | 0 | 52 | 22 | 7D | 51 | 25 |
| Octal | 22 | 251 | 37 | 131 | 0 | 122 | 42 | 175 | 121 | 45 |
| Binary | 10010 | 10101001 | 11111 | 1011001 | 0 | 1010010 | 100010 | 1111101 | 1010001 | 100101 |
Color Harmonies of #12A91F
Complementary color
Monochromatic Colors of #12A91F
Black with #12A91F
Text Example
Text Example
White with #12A91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A91F; }
p { color: rgb(18,169,31); }
H1.HeaderClassName
{
color: #12A91F;
}
.AnyTagClassName
{
color: #12A91F;
}
</style>
background-color css
<style>
a { background-color: #12A91F; }
a { background-color: rgb(18,169,31); }
div.DivClassName
{
background-color: #12A91F;
}
.BgClassName
{
background-color: #12A91F;
}
</style>
border-color css
<style>
span { border-color: #12A91F; }
span { border-color: rgb(18,169,31); }
td.TdClassName
{
border-color: #12A91F;
}
.TagClassName
{
border-color: #12A91F;
}
</style>