Shades of Jungle Green #21A97C
Tints of Jungle Green #21A97C
RGB
CMYK
RGB Variations
Color information
#21A97C (or 0x21A97C) is known color: Jungle Green. HEX triplet: 21, A9 and 7C. RGB value is (33,169,124). Sum of RGB (Red+Green+Blue) = 33+169+124=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 169 (66.41% from 255 or 51.84% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 169 - color contains mainly: green. Hex color #21A97C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A97C is #DE5683. Grayscale: #7B7B7B. Windows color (decimal): -14571140 or 8169761. OLE color: 8169761.
HSL color Cylindrical-coordinate representation of color #21A97C: hue angle of 160.15º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A97C is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 169 | 124 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.34 |
| HSL | 160.15º | 0.67% | 0.4% | - |
| HSV(B) | 160.15º | 0.8% | 0.66% | - |
| XYZ | 18.45 | 30.15 | 23.92 | - |
| YUV | 123.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 169 | 124 | 0.80 | 0 | 0.27 | 0.34 | 160.15 | 0.67 | 0.4 |
| Hex | 21 | A9 | 7C | 50 | 0 | 1B | 22 | A0 | 43 | 28 |
| Octal | 41 | 251 | 174 | 120 | 0 | 33 | 42 | 240 | 103 | 50 |
| Binary | 100001 | 10101001 | 1111100 | 1010000 | 0 | 11011 | 100010 | 10100000 | 1000011 | 101000 |
Color Harmonies of #21A97C
Complementary color
Monochromatic Colors of #21A97C
Black with #21A97C
Text Example
Text Example
White with #21A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A97C; }
p { color: rgb(33,169,124); }
H1.HeaderClassName
{
color: #21A97C;
}
.AnyTagClassName
{
color: #21A97C;
}
</style>
background-color css
<style>
a { background-color: #21A97C; }
a { background-color: rgb(33,169,124); }
div.DivClassName
{
background-color: #21A97C;
}
.BgClassName
{
background-color: #21A97C;
}
</style>
border-color css
<style>
span { border-color: #21A97C; }
span { border-color: rgb(33,169,124); }
td.TdClassName
{
border-color: #21A97C;
}
.TagClassName
{
border-color: #21A97C;
}
</style>