Shades of Jungle Green #24A482
Tints of Jungle Green #24A482
RGB
CMYK
RGB Variations
Color information
#24A482 (or 0x24A482) is known color: Jungle Green. HEX triplet: 24, A4 and 82. RGB value is (36,164,130). Sum of RGB (Red+Green+Blue) = 36+164+130=330 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.91% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #24A482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A482 is #DB5B7D. Grayscale: #797979. Windows color (decimal): -14375806 or 8561700. OLE color: 8561700.
HSL color Cylindrical-coordinate representation of color #24A482: hue angle of 164.06º 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 #24A482 is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 164 | 130 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.36 |
| HSL | 164.06º | 0.64% | 0.39% | - |
| HSV(B) | 164.06º | 0.78% | 0.64% | - |
| XYZ | 18.03 | 28.54 | 25.68 | - |
| YUV | 121.85 | 132.59 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 164 | 130 | 0.78 | 0 | 0.21 | 0.36 | 164.06 | 0.64 | 0.39 |
| Hex | 24 | A4 | 82 | 4E | 0 | 15 | 24 | A4 | 40 | 27 |
| Octal | 44 | 244 | 202 | 116 | 0 | 25 | 44 | 244 | 100 | 47 |
| Binary | 100100 | 10100100 | 10000010 | 1001110 | 0 | 10101 | 100100 | 10100100 | 1000000 | 100111 |
Color Harmonies of #24A482
Complementary color
Monochromatic Colors of #24A482
Black with #24A482
Text Example
Text Example
White with #24A482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A482; }
p { color: rgb(36,164,130); }
H1.HeaderClassName
{
color: #24A482;
}
.AnyTagClassName
{
color: #24A482;
}
</style>
background-color css
<style>
a { background-color: #24A482; }
a { background-color: rgb(36,164,130); }
div.DivClassName
{
background-color: #24A482;
}
.BgClassName
{
background-color: #24A482;
}
</style>
border-color css
<style>
span { border-color: #24A482; }
span { border-color: rgb(36,164,130); }
td.TdClassName
{
border-color: #24A482;
}
.TagClassName
{
border-color: #24A482;
}
</style>