Shades of Jungle Green #24AA85
Tints of Jungle Green #24AA85
RGB
CMYK
RGB Variations
Color information
#24AA85 (or 0x24AA85) is known color: Jungle Green. HEX triplet: 24, AA and 85. RGB value is (36,170,133). Sum of RGB (Red+Green+Blue) = 36+170+133=339 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.62% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA85 is #DB557A. Grayscale: #7D7D7D. Windows color (decimal): -14374267 or 8759844. OLE color: 8759844.
HSL color Cylindrical-coordinate representation of color #24AA85: hue angle of 163.43º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24AA85 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 170 | 133 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.33 |
| HSL | 163.43º | 0.65% | 0.4% | - |
| HSV(B) | 163.43º | 0.79% | 0.67% | - |
| XYZ | 19.34 | 30.82 | 27.12 | - |
| YUV | 125.72 | 132.11 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 133 | 0.79 | 0 | 0.22 | 0.33 | 163.43 | 0.65 | 0.4 |
| Hex | 24 | AA | 85 | 4F | 0 | 16 | 21 | A3 | 41 | 28 |
| Octal | 44 | 252 | 205 | 117 | 0 | 26 | 41 | 243 | 101 | 50 |
| Binary | 100100 | 10101010 | 10000101 | 1001111 | 0 | 10110 | 100001 | 10100011 | 1000001 | 101000 |
Color Harmonies of #24AA85
Complementary color
Monochromatic Colors of #24AA85
Black with #24AA85
Text Example
Text Example
White with #24AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AA85; }
p { color: rgb(36,170,133); }
H1.HeaderClassName
{
color: #24AA85;
}
.AnyTagClassName
{
color: #24AA85;
}
</style>
background-color css
<style>
a { background-color: #24AA85; }
a { background-color: rgb(36,170,133); }
div.DivClassName
{
background-color: #24AA85;
}
.BgClassName
{
background-color: #24AA85;
}
</style>
border-color css
<style>
span { border-color: #24AA85; }
span { border-color: rgb(36,170,133); }
td.TdClassName
{
border-color: #24AA85;
}
.TagClassName
{
border-color: #24AA85;
}
</style>