Shades of Jungle Green #25AE88
Tints of Jungle Green #25AE88
RGB
CMYK
RGB Variations
Color information
#25AE88 (or 0x25AE88) is known color: Jungle Green. HEX triplet: 25, AE and 88. RGB value is (37,174,136). Sum of RGB (Red+Green+Blue) = 37+174+136=347 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.66% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AE88 is #DA5177. Grayscale: #808080. Windows color (decimal): -14307704 or 8957477. OLE color: 8957477.
HSL color Cylindrical-coordinate representation of color #25AE88: hue angle of 163.36º 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 #25AE88 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 174 | 136 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.32 |
| HSL | 163.36º | 0.65% | 0.41% | - |
| HSV(B) | 163.36º | 0.79% | 0.68% | - |
| XYZ | 20.34 | 32.44 | 28.48 | - |
| YUV | 128.71 | 132.11 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 174 | 136 | 0.79 | 0 | 0.22 | 0.32 | 163.36 | 0.65 | 0.41 |
| Hex | 25 | AE | 88 | 4F | 0 | 16 | 20 | A3 | 41 | 29 |
| Octal | 45 | 256 | 210 | 117 | 0 | 26 | 40 | 243 | 101 | 51 |
| Binary | 100101 | 10101110 | 10001000 | 1001111 | 0 | 10110 | 100000 | 10100011 | 1000001 | 101001 |
Color Harmonies of #25AE88
Complementary color
Monochromatic Colors of #25AE88
Black with #25AE88
Text Example
Text Example
White with #25AE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AE88; }
p { color: rgb(37,174,136); }
H1.HeaderClassName
{
color: #25AE88;
}
.AnyTagClassName
{
color: #25AE88;
}
</style>
background-color css
<style>
a { background-color: #25AE88; }
a { background-color: rgb(37,174,136); }
div.DivClassName
{
background-color: #25AE88;
}
.BgClassName
{
background-color: #25AE88;
}
</style>
border-color css
<style>
span { border-color: #25AE88; }
span { border-color: rgb(37,174,136); }
td.TdClassName
{
border-color: #25AE88;
}
.TagClassName
{
border-color: #25AE88;
}
</style>