Shades of Jungle Green #21A07A
Tints of Jungle Green #21A07A
RGB
CMYK
RGB Variations
Color information
#21A07A (or 0x21A07A) is known color: Jungle Green. HEX triplet: 21, A0 and 7A. RGB value is (33,160,122). Sum of RGB (Red+Green+Blue) = 33+160+122=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #21A07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A07A is #DE5F85. Grayscale: #757575. Windows color (decimal): -14573446 or 8036385. OLE color: 8036385.
HSL color Cylindrical-coordinate representation of color #21A07A: hue angle of 162.05º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21A07A is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 160 | 122 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.37 |
| HSL | 162.05º | 0.66% | 0.38% | - |
| HSV(B) | 162.05º | 0.79% | 0.63% | - |
| XYZ | 16.71 | 26.87 | 22.72 | - |
| YUV | 117.7 | 130.42 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 122 | 0.79 | 0 | 0.24 | 0.37 | 162.05 | 0.66 | 0.38 |
| Hex | 21 | A0 | 7A | 4F | 0 | 18 | 25 | A2 | 42 | 26 |
| Octal | 41 | 240 | 172 | 117 | 0 | 30 | 45 | 242 | 102 | 46 |
| Binary | 100001 | 10100000 | 1111010 | 1001111 | 0 | 11000 | 100101 | 10100010 | 1000010 | 100110 |
Color Harmonies of #21A07A
Complementary color
Monochromatic Colors of #21A07A
Black with #21A07A
Text Example
Text Example
White with #21A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A07A; }
p { color: rgb(33,160,122); }
H1.HeaderClassName
{
color: #21A07A;
}
.AnyTagClassName
{
color: #21A07A;
}
</style>
background-color css
<style>
a { background-color: #21A07A; }
a { background-color: rgb(33,160,122); }
div.DivClassName
{
background-color: #21A07A;
}
.BgClassName
{
background-color: #21A07A;
}
</style>
border-color css
<style>
span { border-color: #21A07A; }
span { border-color: rgb(33,160,122); }
td.TdClassName
{
border-color: #21A07A;
}
.TagClassName
{
border-color: #21A07A;
}
</style>