Shades of Jungle Green #25AF7B
Tints of Jungle Green #25AF7B
RGB
CMYK
RGB Variations
Color information
#25AF7B (or 0x25AF7B) is known color: Jungle Green. HEX triplet: 25, AF and 7B. RGB value is (37,175,123). Sum of RGB (Red+Green+Blue) = 37+175+123=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AF7B is #DA5084. Grayscale: #7F7F7F. Windows color (decimal): -14307461 or 8105765. OLE color: 8105765.
HSL color Cylindrical-coordinate representation of color #25AF7B: hue angle of 157.39º 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 #25AF7B is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 123 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.31 |
| HSL | 157.39º | 0.65% | 0.42% | - |
| HSV(B) | 157.39º | 0.79% | 0.69% | - |
| XYZ | 19.67 | 32.48 | 23.97 | - |
| YUV | 127.81 | 125.28 | 63.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 123 | 0.79 | 0 | 0.30 | 0.31 | 157.39 | 0.65 | 0.42 |
| Hex | 25 | AF | 7B | 4F | 0 | 1E | 1F | 9D | 41 | 2A |
| Octal | 45 | 257 | 173 | 117 | 0 | 36 | 37 | 235 | 101 | 52 |
| Binary | 100101 | 10101111 | 1111011 | 1001111 | 0 | 11110 | 11111 | 10011101 | 1000001 | 101010 |
Color Harmonies of #25AF7B
Complementary color
Monochromatic Colors of #25AF7B
Black with #25AF7B
Text Example
Text Example
White with #25AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF7B; }
p { color: rgb(37,175,123); }
H1.HeaderClassName
{
color: #25AF7B;
}
.AnyTagClassName
{
color: #25AF7B;
}
</style>
background-color css
<style>
a { background-color: #25AF7B; }
a { background-color: rgb(37,175,123); }
div.DivClassName
{
background-color: #25AF7B;
}
.BgClassName
{
background-color: #25AF7B;
}
</style>
border-color css
<style>
span { border-color: #25AF7B; }
span { border-color: rgb(37,175,123); }
td.TdClassName
{
border-color: #25AF7B;
}
.TagClassName
{
border-color: #25AF7B;
}
</style>