Shades of Jungle Green #24A479
Tints of Jungle Green #24A479
RGB
CMYK
RGB Variations
Color information
#24A479 (or 0x24A479) is known color: Jungle Green. HEX triplet: 24, A4 and 79. RGB value is (36,164,121). Sum of RGB (Red+Green+Blue) = 36+164+121=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #24A479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A479 is #DB5B86. Grayscale: #787878. Windows color (decimal): -14375815 or 7971876. OLE color: 7971876.
HSL color Cylindrical-coordinate representation of color #24A479: hue angle of 159.84º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24A479 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 164 | 121 | - |
| CMYK | 0.78 | 0 | 0.26 | 0.36 |
| HSL | 159.84º | 0.64% | 0.39% | - |
| HSV(B) | 159.84º | 0.78% | 0.64% | - |
| XYZ | 17.45 | 28.31 | 22.63 | - |
| YUV | 120.83 | 128.09 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 164 | 121 | 0.78 | 0 | 0.26 | 0.36 | 159.84 | 0.64 | 0.39 |
| Hex | 24 | A4 | 79 | 4E | 0 | 1A | 24 | A0 | 40 | 27 |
| Octal | 44 | 244 | 171 | 116 | 0 | 32 | 44 | 240 | 100 | 47 |
| Binary | 100100 | 10100100 | 1111001 | 1001110 | 0 | 11010 | 100100 | 10100000 | 1000000 | 100111 |
Color Harmonies of #24A479
Complementary color
Monochromatic Colors of #24A479
Black with #24A479
Text Example
Text Example
White with #24A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A479; }
p { color: rgb(36,164,121); }
H1.HeaderClassName
{
color: #24A479;
}
.AnyTagClassName
{
color: #24A479;
}
</style>
background-color css
<style>
a { background-color: #24A479; }
a { background-color: rgb(36,164,121); }
div.DivClassName
{
background-color: #24A479;
}
.BgClassName
{
background-color: #24A479;
}
</style>
border-color css
<style>
span { border-color: #24A479; }
span { border-color: rgb(36,164,121); }
td.TdClassName
{
border-color: #24A479;
}
.TagClassName
{
border-color: #24A479;
}
</style>