Shades of Jungle Green #25AD7D
Tints of Jungle Green #25AD7D
RGB
CMYK
RGB Variations
Color information
#25AD7D (or 0x25AD7D) is known color: Jungle Green. HEX triplet: 25, AD and 7D. RGB value is (37,173,125). Sum of RGB (Red+Green+Blue) = 37+173+125=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AD7D is #DA5282. Grayscale: #7E7E7E. Windows color (decimal): -14307971 or 8236325. OLE color: 8236325.
HSL color Cylindrical-coordinate representation of color #25AD7D: hue angle of 158.82º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AD7D is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 125 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.32 |
| HSL | 158.82º | 0.65% | 0.41% | - |
| HSV(B) | 158.82º | 0.79% | 0.68% | - |
| XYZ | 19.41 | 31.76 | 24.51 | - |
| YUV | 126.86 | 126.94 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 125 | 0.79 | 0 | 0.28 | 0.32 | 158.82 | 0.65 | 0.41 |
| Hex | 25 | AD | 7D | 4F | 0 | 1C | 20 | 9F | 41 | 29 |
| Octal | 45 | 255 | 175 | 117 | 0 | 34 | 40 | 237 | 101 | 51 |
| Binary | 100101 | 10101101 | 1111101 | 1001111 | 0 | 11100 | 100000 | 10011111 | 1000001 | 101001 |
Color Harmonies of #25AD7D
Complementary color
Monochromatic Colors of #25AD7D
Black with #25AD7D
Text Example
Text Example
White with #25AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AD7D; }
p { color: rgb(37,173,125); }
H1.HeaderClassName
{
color: #25AD7D;
}
.AnyTagClassName
{
color: #25AD7D;
}
</style>
background-color css
<style>
a { background-color: #25AD7D; }
a { background-color: rgb(37,173,125); }
div.DivClassName
{
background-color: #25AD7D;
}
.BgClassName
{
background-color: #25AD7D;
}
</style>
border-color css
<style>
span { border-color: #25AD7D; }
span { border-color: rgb(37,173,125); }
td.TdClassName
{
border-color: #25AD7D;
}
.TagClassName
{
border-color: #25AD7D;
}
</style>