Shades of Jungle Green #21A680
Tints of Jungle Green #21A680
RGB
CMYK
RGB Variations
Color information
#21A680 (or 0x21A680) is known color: Jungle Green. HEX triplet: 21, A6 and 80. RGB value is (33,166,128). Sum of RGB (Red+Green+Blue) = 33+166+128=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #21A680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A680 is #DE597F. Grayscale: #797979. Windows color (decimal): -14571904 or 8431137. OLE color: 8431137.
HSL color Cylindrical-coordinate representation of color #21A680: hue angle of 162.86º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A680 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 166 | 128 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.35 |
| HSL | 162.86º | 0.67% | 0.39% | - |
| HSV(B) | 162.86º | 0.8% | 0.65% | - |
| XYZ | 18.16 | 29.15 | 25.09 | - |
| YUV | 121.9 | 131.44 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 128 | 0.80 | 0 | 0.23 | 0.35 | 162.86 | 0.67 | 0.39 |
| Hex | 21 | A6 | 80 | 50 | 0 | 17 | 23 | A3 | 43 | 27 |
| Octal | 41 | 246 | 200 | 120 | 0 | 27 | 43 | 243 | 103 | 47 |
| Binary | 100001 | 10100110 | 10000000 | 1010000 | 0 | 10111 | 100011 | 10100011 | 1000011 | 100111 |
Color Harmonies of #21A680
Complementary color
Monochromatic Colors of #21A680
Black with #21A680
Text Example
Text Example
White with #21A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A680; }
p { color: rgb(33,166,128); }
H1.HeaderClassName
{
color: #21A680;
}
.AnyTagClassName
{
color: #21A680;
}
</style>
background-color css
<style>
a { background-color: #21A680; }
a { background-color: rgb(33,166,128); }
div.DivClassName
{
background-color: #21A680;
}
.BgClassName
{
background-color: #21A680;
}
</style>
border-color css
<style>
span { border-color: #21A680; }
span { border-color: rgb(33,166,128); }
td.TdClassName
{
border-color: #21A680;
}
.TagClassName
{
border-color: #21A680;
}
</style>