Shades of Forest Green #25AD12
Tints of Forest Green #25AD12
RGB
CMYK
RGB Variations
Color information
#25AD12 (or 0x25AD12) is known color: Forest Green. HEX triplet: 25, AD and 12. RGB value is (37,173,18). Sum of RGB (Red+Green+Blue) = 37+173+18=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 173 (67.97% from 255 or 75.88% from 228); Blue value is 18 (7.42% from 255 or 7.89% from 228); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #25AD12 is #DA52ED. Grayscale: #737373. Windows color (decimal): -14308078 or 1223973. OLE color: 1223973.
HSL color Cylindrical-coordinate representation of color #25AD12: hue angle of 112.65º 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 #25AD12 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 18 | - |
| CMYK | 0.79 | 0 | 0.90 | 0.32 |
| HSL | 112.65º | 0.81% | 0.37% | - |
| HSV(B) | 112.65º | 0.9% | 0.68% | - |
| XYZ | 15.82 | 30.32 | 5.59 | - |
| YUV | 114.67 | 73.44 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 18 | 0.79 | 0 | 0.90 | 0.32 | 112.65 | 0.81 | 0.37 |
| Hex | 25 | AD | 12 | 4F | 0 | 5A | 20 | 71 | 51 | 25 |
| Octal | 45 | 255 | 22 | 117 | 0 | 132 | 40 | 161 | 121 | 45 |
| Binary | 100101 | 10101101 | 10010 | 1001111 | 0 | 1011010 | 100000 | 1110001 | 1010001 | 100101 |
Color Harmonies of #25AD12
Complementary color
Monochromatic Colors of #25AD12
Black with #25AD12
Text Example
Text Example
White with #25AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AD12; }
p { color: rgb(37,173,18); }
H1.HeaderClassName
{
color: #25AD12;
}
.AnyTagClassName
{
color: #25AD12;
}
</style>
background-color css
<style>
a { background-color: #25AD12; }
a { background-color: rgb(37,173,18); }
div.DivClassName
{
background-color: #25AD12;
}
.BgClassName
{
background-color: #25AD12;
}
</style>
border-color css
<style>
span { border-color: #25AD12; }
span { border-color: rgb(37,173,18); }
td.TdClassName
{
border-color: #25AD12;
}
.TagClassName
{
border-color: #25AD12;
}
</style>