Shades of Jungle Green #25AC77
Tints of Jungle Green #25AC77
RGB
CMYK
RGB Variations
Color information
#25AC77 (or 0x25AC77) is known color: Jungle Green. HEX triplet: 25, AC and 77. RGB value is (37,172,119). Sum of RGB (Red+Green+Blue) = 37+172+119=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AC77 is #DA5388. Grayscale: #7D7D7D. Windows color (decimal): -14308233 or 7842853. OLE color: 7842853.
HSL color Cylindrical-coordinate representation of color #25AC77: hue angle of 156.44º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AC77 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 172 | 119 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.33 |
| HSL | 156.44º | 0.65% | 0.41% | - |
| HSV(B) | 156.44º | 0.78% | 0.67% | - |
| XYZ | 18.85 | 31.23 | 22.49 | - |
| YUV | 125.59 | 124.27 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 119 | 0.78 | 0 | 0.31 | 0.33 | 156.44 | 0.65 | 0.41 |
| Hex | 25 | AC | 77 | 4E | 0 | 1F | 21 | 9C | 41 | 29 |
| Octal | 45 | 254 | 167 | 116 | 0 | 37 | 41 | 234 | 101 | 51 |
| Binary | 100101 | 10101100 | 1110111 | 1001110 | 0 | 11111 | 100001 | 10011100 | 1000001 | 101001 |
Color Harmonies of #25AC77
Complementary color
Monochromatic Colors of #25AC77
Black with #25AC77
Text Example
Text Example
White with #25AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AC77; }
p { color: rgb(37,172,119); }
H1.HeaderClassName
{
color: #25AC77;
}
.AnyTagClassName
{
color: #25AC77;
}
</style>
background-color css
<style>
a { background-color: #25AC77; }
a { background-color: rgb(37,172,119); }
div.DivClassName
{
background-color: #25AC77;
}
.BgClassName
{
background-color: #25AC77;
}
</style>
border-color css
<style>
span { border-color: #25AC77; }
span { border-color: rgb(37,172,119); }
td.TdClassName
{
border-color: #25AC77;
}
.TagClassName
{
border-color: #25AC77;
}
</style>