Shades of Jungle Green #25A67E
Tints of Jungle Green #25A67E
RGB
CMYK
RGB Variations
Color information
#25A67E (or 0x25A67E) is known color: Jungle Green. HEX triplet: 25, A6 and 7E. RGB value is (37,166,126). Sum of RGB (Red+Green+Blue) = 37+166+126=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #25A67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A67E is #DA5981. Grayscale: #7A7A7A. Windows color (decimal): -14309762 or 8300069. OLE color: 8300069.
HSL color Cylindrical-coordinate representation of color #25A67E: hue angle of 161.4º 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 #25A67E is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 166 | 126 | - |
| CMYK | 0.78 | 0 | 0.24 | 0.35 |
| HSL | 161.4º | 0.64% | 0.4% | - |
| HSV(B) | 161.4º | 0.78% | 0.65% | - |
| XYZ | 18.17 | 29.17 | 24.41 | - |
| YUV | 122.87 | 129.76 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 166 | 126 | 0.78 | 0 | 0.24 | 0.35 | 161.4 | 0.64 | 0.4 |
| Hex | 25 | A6 | 7E | 4E | 0 | 18 | 23 | A1 | 40 | 28 |
| Octal | 45 | 246 | 176 | 116 | 0 | 30 | 43 | 241 | 100 | 50 |
| Binary | 100101 | 10100110 | 1111110 | 1001110 | 0 | 11000 | 100011 | 10100001 | 1000000 | 101000 |
Color Harmonies of #25A67E
Complementary color
Monochromatic Colors of #25A67E
Black with #25A67E
Text Example
Text Example
White with #25A67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A67E; }
p { color: rgb(37,166,126); }
H1.HeaderClassName
{
color: #25A67E;
}
.AnyTagClassName
{
color: #25A67E;
}
</style>
background-color css
<style>
a { background-color: #25A67E; }
a { background-color: rgb(37,166,126); }
div.DivClassName
{
background-color: #25A67E;
}
.BgClassName
{
background-color: #25A67E;
}
</style>
border-color css
<style>
span { border-color: #25A67E; }
span { border-color: rgb(37,166,126); }
td.TdClassName
{
border-color: #25A67E;
}
.TagClassName
{
border-color: #25A67E;
}
</style>