Shades of Jungle Green #25AC7C
Tints of Jungle Green #25AC7C
RGB
CMYK
RGB Variations
Color information
#25AC7C (or 0x25AC7C) is known color: Jungle Green. HEX triplet: 25, AC and 7C. RGB value is (37,172,124). Sum of RGB (Red+Green+Blue) = 37+172+124=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #25AC7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AC7C is #DA5383. Grayscale: #7E7E7E. Windows color (decimal): -14308228 or 8170533. OLE color: 8170533.
HSL color Cylindrical-coordinate representation of color #25AC7C: hue angle of 158.67º 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 #25AC7C is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 172 | 124 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.33 |
| HSL | 158.67º | 0.65% | 0.41% | - |
| HSV(B) | 158.67º | 0.78% | 0.67% | - |
| XYZ | 19.15 | 31.35 | 24.11 | - |
| YUV | 126.16 | 126.77 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 172 | 124 | 0.78 | 0 | 0.28 | 0.33 | 158.67 | 0.65 | 0.41 |
| Hex | 25 | AC | 7C | 4E | 0 | 1C | 21 | 9F | 41 | 29 |
| Octal | 45 | 254 | 174 | 116 | 0 | 34 | 41 | 237 | 101 | 51 |
| Binary | 100101 | 10101100 | 1111100 | 1001110 | 0 | 11100 | 100001 | 10011111 | 1000001 | 101001 |
Color Harmonies of #25AC7C
Complementary color
Monochromatic Colors of #25AC7C
Black with #25AC7C
Text Example
Text Example
White with #25AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AC7C; }
p { color: rgb(37,172,124); }
H1.HeaderClassName
{
color: #25AC7C;
}
.AnyTagClassName
{
color: #25AC7C;
}
</style>
background-color css
<style>
a { background-color: #25AC7C; }
a { background-color: rgb(37,172,124); }
div.DivClassName
{
background-color: #25AC7C;
}
.BgClassName
{
background-color: #25AC7C;
}
</style>
border-color css
<style>
span { border-color: #25AC7C; }
span { border-color: rgb(37,172,124); }
td.TdClassName
{
border-color: #25AC7C;
}
.TagClassName
{
border-color: #25AC7C;
}
</style>