Shades of Jungle Green #25AF8A
Tints of Jungle Green #25AF8A
RGB
CMYK
RGB Variations
Color information
#25AF8A (or 0x25AF8A) is known color: Jungle Green. HEX triplet: 25, AF and 8A. RGB value is (37,175,138). Sum of RGB (Red+Green+Blue) = 37+175+138=350 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.57% from 350); Green value is 175 (68.75% from 255 or 50% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25AF8A is #DA5075. Grayscale: #818181. Windows color (decimal): -14307446 or 9088805. OLE color: 9088805.
HSL color Cylindrical-coordinate representation of color #25AF8A: hue angle of 163.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AF8A is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 138 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.31 |
| HSL | 163.91º | 0.65% | 0.42% | - |
| HSV(B) | 163.91º | 0.79% | 0.69% | - |
| XYZ | 20.68 | 32.89 | 29.3 | - |
| YUV | 129.52 | 132.78 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 138 | 0.79 | 0 | 0.21 | 0.31 | 163.91 | 0.65 | 0.42 |
| Hex | 25 | AF | 8A | 4F | 0 | 15 | 1F | A4 | 41 | 2A |
| Octal | 45 | 257 | 212 | 117 | 0 | 25 | 37 | 244 | 101 | 52 |
| Binary | 100101 | 10101111 | 10001010 | 1001111 | 0 | 10101 | 11111 | 10100100 | 1000001 | 101010 |
Color Harmonies of #25AF8A
Complementary color
Monochromatic Colors of #25AF8A
Black with #25AF8A
Text Example
Text Example
White with #25AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF8A; }
p { color: rgb(37,175,138); }
H1.HeaderClassName
{
color: #25AF8A;
}
.AnyTagClassName
{
color: #25AF8A;
}
</style>
background-color css
<style>
a { background-color: #25AF8A; }
a { background-color: rgb(37,175,138); }
div.DivClassName
{
background-color: #25AF8A;
}
.BgClassName
{
background-color: #25AF8A;
}
</style>
border-color css
<style>
span { border-color: #25AF8A; }
span { border-color: rgb(37,175,138); }
td.TdClassName
{
border-color: #25AF8A;
}
.TagClassName
{
border-color: #25AF8A;
}
</style>