Shades of Jungle Green #25A076
Tints of Jungle Green #25A076
RGB
CMYK
RGB Variations
Color information
#25A076 (or 0x25A076) is known color: Jungle Green. HEX triplet: 25, A0 and 76. RGB value is (37,160,118). Sum of RGB (Red+Green+Blue) = 37+160+118=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #25A076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A076 is #DA5F89. Grayscale: #767676. Windows color (decimal): -14311306 or 7774245. OLE color: 7774245.
HSL color Cylindrical-coordinate representation of color #25A076: hue angle of 159.51º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25A076 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 37 | 160 | 118 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.37 |
| HSL | 159.51º | 0.62% | 0.39% | - |
| HSV(B) | 159.51º | 0.77% | 0.63% | - |
| XYZ | 16.6 | 26.84 | 21.45 | - |
| YUV | 118.44 | 127.75 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 118 | 0.77 | 0 | 0.26 | 0.37 | 159.51 | 0.62 | 0.39 |
| Hex | 25 | A0 | 76 | 4D | 0 | 1A | 25 | A0 | 3E | 27 |
| Octal | 45 | 240 | 166 | 115 | 0 | 32 | 45 | 240 | 76 | 47 |
| Binary | 100101 | 10100000 | 1110110 | 1001101 | 0 | 11010 | 100101 | 10100000 | 111110 | 100111 |
Color Harmonies of #25A076
Complementary color
Monochromatic Colors of #25A076
Black with #25A076
Text Example
Text Example
White with #25A076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A076; }
p { color: rgb(37,160,118); }
H1.HeaderClassName
{
color: #25A076;
}
.AnyTagClassName
{
color: #25A076;
}
</style>
background-color css
<style>
a { background-color: #25A076; }
a { background-color: rgb(37,160,118); }
div.DivClassName
{
background-color: #25A076;
}
.BgClassName
{
background-color: #25A076;
}
</style>
border-color css
<style>
span { border-color: #25A076; }
span { border-color: rgb(37,160,118); }
td.TdClassName
{
border-color: #25A076;
}
.TagClassName
{
border-color: #25A076;
}
</style>