Shades of Forest Green #12AD1D
Tints of Forest Green #12AD1D
RGB
CMYK
RGB Variations
Color information
#12AD1D (or 0x12AD1D) is known color: Forest Green. HEX triplet: 12, AD and 1D. RGB value is (18,173,29). Sum of RGB (Red+Green+Blue) = 18+173+29=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 173 (67.97% from 255 or 78.64% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AD1D is #ED52E2. Grayscale: #6E6E6E. Windows color (decimal): -15553251 or 1944850. OLE color: 1944850.
HSL color Cylindrical-coordinate representation of color #12AD1D: hue angle of 124.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD1D is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 29 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.32 |
| HSL | 124.26º | 0.81% | 0.37% | - |
| HSV(B) | 124.26º | 0.9% | 0.68% | - |
| XYZ | 15.41 | 30.1 | 6.16 | - |
| YUV | 110.24 | 82.15 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 29 | 0.90 | 0 | 0.83 | 0.32 | 124.26 | 0.81 | 0.37 |
| Hex | 12 | AD | 1D | 5A | 0 | 53 | 20 | 7C | 51 | 25 |
| Octal | 22 | 255 | 35 | 132 | 0 | 123 | 40 | 174 | 121 | 45 |
| Binary | 10010 | 10101101 | 11101 | 1011010 | 0 | 1010011 | 100000 | 1111100 | 1010001 | 100101 |
Color Harmonies of #12AD1D
Complementary color
Monochromatic Colors of #12AD1D
Black with #12AD1D
Text Example
Text Example
White with #12AD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD1D; }
p { color: rgb(18,173,29); }
H1.HeaderClassName
{
color: #12AD1D;
}
.AnyTagClassName
{
color: #12AD1D;
}
</style>
background-color css
<style>
a { background-color: #12AD1D; }
a { background-color: rgb(18,173,29); }
div.DivClassName
{
background-color: #12AD1D;
}
.BgClassName
{
background-color: #12AD1D;
}
</style>
border-color css
<style>
span { border-color: #12AD1D; }
span { border-color: rgb(18,173,29); }
td.TdClassName
{
border-color: #12AD1D;
}
.TagClassName
{
border-color: #12AD1D;
}
</style>