Shades of Jungle Green #24A376
Tints of Jungle Green #24A376
RGB
CMYK
RGB Variations
Color information
#24A376 (or 0x24A376) is known color: Jungle Green. HEX triplet: 24, A3 and 76. RGB value is (36,163,118). Sum of RGB (Red+Green+Blue) = 36+163+118=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #24A376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #24A376 is #DB5C89. Grayscale: #777777. Windows color (decimal): -14376074 or 7775012. OLE color: 7775012.
HSL color Cylindrical-coordinate representation of color #24A376: hue angle of 158.74º 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 #24A376 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 163 | 118 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.36 |
| HSL | 158.74º | 0.64% | 0.39% | - |
| HSV(B) | 158.74º | 0.78% | 0.64% | - |
| XYZ | 17.09 | 27.88 | 21.62 | - |
| YUV | 119.9 | 126.92 | 68.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 163 | 118 | 0.78 | 0 | 0.28 | 0.36 | 158.74 | 0.64 | 0.39 |
| Hex | 24 | A3 | 76 | 4E | 0 | 1C | 24 | 9F | 40 | 27 |
| Octal | 44 | 243 | 166 | 116 | 0 | 34 | 44 | 237 | 100 | 47 |
| Binary | 100100 | 10100011 | 1110110 | 1001110 | 0 | 11100 | 100100 | 10011111 | 1000000 | 100111 |
Color Harmonies of #24A376
Complementary color
Monochromatic Colors of #24A376
Black with #24A376
Text Example
Text Example
White with #24A376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A376; }
p { color: rgb(36,163,118); }
H1.HeaderClassName
{
color: #24A376;
}
.AnyTagClassName
{
color: #24A376;
}
</style>
background-color css
<style>
a { background-color: #24A376; }
a { background-color: rgb(36,163,118); }
div.DivClassName
{
background-color: #24A376;
}
.BgClassName
{
background-color: #24A376;
}
</style>
border-color css
<style>
span { border-color: #24A376; }
span { border-color: rgb(36,163,118); }
td.TdClassName
{
border-color: #24A376;
}
.TagClassName
{
border-color: #24A376;
}
</style>