Shades of Jungle Green #21A17A
Tints of Jungle Green #21A17A
RGB
CMYK
RGB Variations
Color information
#21A17A (or 0x21A17A) is known color: Jungle Green. HEX triplet: 21, A1 and 7A. RGB value is (33,161,122). Sum of RGB (Red+Green+Blue) = 33+161+122=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #21A17A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A17A is #DE5E85. Grayscale: #767676. Windows color (decimal): -14573190 or 8036641. OLE color: 8036641.
HSL color Cylindrical-coordinate representation of color #21A17A: hue angle of 161.72º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A17A is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 161 | 122 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.37 |
| HSL | 161.72º | 0.66% | 0.38% | - |
| HSV(B) | 161.72º | 0.8% | 0.63% | - |
| XYZ | 16.88 | 27.22 | 22.78 | - |
| YUV | 118.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 122 | 0.80 | 0 | 0.24 | 0.37 | 161.72 | 0.66 | 0.38 |
| Hex | 21 | A1 | 7A | 50 | 0 | 18 | 25 | A2 | 42 | 26 |
| Octal | 41 | 241 | 172 | 120 | 0 | 30 | 45 | 242 | 102 | 46 |
| Binary | 100001 | 10100001 | 1111010 | 1010000 | 0 | 11000 | 100101 | 10100010 | 1000010 | 100110 |
Color Harmonies of #21A17A
Complementary color
Monochromatic Colors of #21A17A
Black with #21A17A
Text Example
Text Example
White with #21A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A17A; }
p { color: rgb(33,161,122); }
H1.HeaderClassName
{
color: #21A17A;
}
.AnyTagClassName
{
color: #21A17A;
}
</style>
background-color css
<style>
a { background-color: #21A17A; }
a { background-color: rgb(33,161,122); }
div.DivClassName
{
background-color: #21A17A;
}
.BgClassName
{
background-color: #21A17A;
}
</style>
border-color css
<style>
span { border-color: #21A17A; }
span { border-color: rgb(33,161,122); }
td.TdClassName
{
border-color: #21A17A;
}
.TagClassName
{
border-color: #21A17A;
}
</style>