Shades of Jungle Green #24AA81
Tints of Jungle Green #24AA81
RGB
CMYK
RGB Variations
Color information
#24AA81 (or 0x24AA81) is known color: Jungle Green. HEX triplet: 24, AA and 81. RGB value is (36,170,129). Sum of RGB (Red+Green+Blue) = 36+170+129=335 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.75% from 335); Green value is 170 (66.80% from 255 or 50.75% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 170 - color contains mainly: green. Hex color #24AA81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24AA81 is #DB557E. Grayscale: #7D7D7D. Windows color (decimal): -14374271 or 8497700. OLE color: 8497700.
HSL color Cylindrical-coordinate representation of color #24AA81: hue angle of 161.64º 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 #24AA81 is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 170 | 129 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.33 |
| HSL | 161.64º | 0.65% | 0.4% | - |
| HSV(B) | 161.64º | 0.79% | 0.67% | - |
| XYZ | 19.06 | 30.71 | 25.69 | - |
| YUV | 125.26 | 130.11 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 170 | 129 | 0.79 | 0 | 0.24 | 0.33 | 161.64 | 0.65 | 0.4 |
| Hex | 24 | AA | 81 | 4F | 0 | 18 | 21 | A2 | 41 | 28 |
| Octal | 44 | 252 | 201 | 117 | 0 | 30 | 41 | 242 | 101 | 50 |
| Binary | 100100 | 10101010 | 10000001 | 1001111 | 0 | 11000 | 100001 | 10100010 | 1000001 | 101000 |
Color Harmonies of #24AA81
Complementary color
Monochromatic Colors of #24AA81
Black with #24AA81
Text Example
Text Example
White with #24AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AA81; }
p { color: rgb(36,170,129); }
H1.HeaderClassName
{
color: #24AA81;
}
.AnyTagClassName
{
color: #24AA81;
}
</style>
background-color css
<style>
a { background-color: #24AA81; }
a { background-color: rgb(36,170,129); }
div.DivClassName
{
background-color: #24AA81;
}
.BgClassName
{
background-color: #24AA81;
}
</style>
border-color css
<style>
span { border-color: #24AA81; }
span { border-color: rgb(36,170,129); }
td.TdClassName
{
border-color: #24AA81;
}
.TagClassName
{
border-color: #24AA81;
}
</style>