Shades of Forest Green #12A025
Tints of Forest Green #12A025
RGB
CMYK
RGB Variations
Color information
#12A025 (or 0x12A025) is known color: Forest Green. HEX triplet: 12, A0 and 25. RGB value is (18,160,37). Sum of RGB (Red+Green+Blue) = 18+160+37=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 160 (62.89% from 255 or 74.42% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 160 - color contains mainly: green. Hex color #12A025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A025 is #ED5FDA. Grayscale: #676767. Windows color (decimal): -15556571 or 2465810. OLE color: 2465810.
HSL color Cylindrical-coordinate representation of color #12A025: hue angle of 128.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 #12A025 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 160 | 37 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.37 |
| HSL | 128.03º | 0.8% | 0.35% | - |
| HSV(B) | 128.03º | 0.89% | 0.63% | - |
| XYZ | 13.15 | 25.4 | 5.96 | - |
| YUV | 103.52 | 90.46 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 37 | 0.89 | 0 | 0.77 | 0.37 | 128.03 | 0.8 | 0.35 |
| Hex | 12 | A0 | 25 | 59 | 0 | 4D | 25 | 80 | 50 | 23 |
| Octal | 22 | 240 | 45 | 131 | 0 | 115 | 45 | 200 | 120 | 43 |
| Binary | 10010 | 10100000 | 100101 | 1011001 | 0 | 1001101 | 100101 | 10000000 | 1010000 | 100011 |
Color Harmonies of #12A025
Complementary color
Monochromatic Colors of #12A025
Black with #12A025
Text Example
Text Example
White with #12A025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A025; }
p { color: rgb(18,160,37); }
H1.HeaderClassName
{
color: #12A025;
}
.AnyTagClassName
{
color: #12A025;
}
</style>
background-color css
<style>
a { background-color: #12A025; }
a { background-color: rgb(18,160,37); }
div.DivClassName
{
background-color: #12A025;
}
.BgClassName
{
background-color: #12A025;
}
</style>
border-color css
<style>
span { border-color: #12A025; }
span { border-color: rgb(18,160,37); }
td.TdClassName
{
border-color: #12A025;
}
.TagClassName
{
border-color: #12A025;
}
</style>