Shades of Jungle Green #25A77C
Tints of Jungle Green #25A77C
RGB
CMYK
RGB Variations
Color information
#25A77C (or 0x25A77C) is known color: Jungle Green. HEX triplet: 25, A7 and 7C. RGB value is (37,167,124). Sum of RGB (Red+Green+Blue) = 37+167+124=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #25A77C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A77C is #DA5883. Grayscale: #7B7B7B. Windows color (decimal): -14309508 or 8169253. OLE color: 8169253.
HSL color Cylindrical-coordinate representation of color #25A77C: hue angle of 160.15º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A77C is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 167 | 124 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.35 |
| HSL | 160.15º | 0.64% | 0.4% | - |
| HSV(B) | 160.15º | 0.78% | 0.65% | - |
| XYZ | 18.22 | 29.49 | 23.8 | - |
| YUV | 123.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 167 | 124 | 0.78 | 0 | 0.26 | 0.35 | 160.15 | 0.64 | 0.4 |
| Hex | 25 | A7 | 7C | 4E | 0 | 1A | 23 | A0 | 40 | 28 |
| Octal | 45 | 247 | 174 | 116 | 0 | 32 | 43 | 240 | 100 | 50 |
| Binary | 100101 | 10100111 | 1111100 | 1001110 | 0 | 11010 | 100011 | 10100000 | 1000000 | 101000 |
Color Harmonies of #25A77C
Complementary color
Monochromatic Colors of #25A77C
Black with #25A77C
Text Example
Text Example
White with #25A77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A77C; }
p { color: rgb(37,167,124); }
H1.HeaderClassName
{
color: #25A77C;
}
.AnyTagClassName
{
color: #25A77C;
}
</style>
background-color css
<style>
a { background-color: #25A77C; }
a { background-color: rgb(37,167,124); }
div.DivClassName
{
background-color: #25A77C;
}
.BgClassName
{
background-color: #25A77C;
}
</style>
border-color css
<style>
span { border-color: #25A77C; }
span { border-color: rgb(37,167,124); }
td.TdClassName
{
border-color: #25A77C;
}
.TagClassName
{
border-color: #25A77C;
}
</style>