Shades of Jungle Green #21AD85
Tints of Jungle Green #21AD85
RGB
CMYK
RGB Variations
Color information
#21AD85 (or 0x21AD85) is known color: Jungle Green. HEX triplet: 21, AD and 85. RGB value is (33,173,133). Sum of RGB (Red+Green+Blue) = 33+173+133=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AD85 is #DE527A. Grayscale: #7E7E7E. Windows color (decimal): -14570107 or 8760609. OLE color: 8760609.
HSL color Cylindrical-coordinate representation of color #21AD85: hue angle of 162.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD85 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 133 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.32 |
| HSL | 162.86º | 0.68% | 0.4% | - |
| HSV(B) | 162.86º | 0.81% | 0.68% | - |
| XYZ | 19.8 | 31.9 | 27.3 | - |
| YUV | 126.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 133 | 0.81 | 0 | 0.23 | 0.32 | 162.86 | 0.68 | 0.4 |
| Hex | 21 | AD | 85 | 51 | 0 | 17 | 20 | A3 | 44 | 28 |
| Octal | 41 | 255 | 205 | 121 | 0 | 27 | 40 | 243 | 104 | 50 |
| Binary | 100001 | 10101101 | 10000101 | 1010001 | 0 | 10111 | 100000 | 10100011 | 1000100 | 101000 |
Color Harmonies of #21AD85
Complementary color
Monochromatic Colors of #21AD85
Black with #21AD85
Text Example
Text Example
White with #21AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD85; }
p { color: rgb(33,173,133); }
H1.HeaderClassName
{
color: #21AD85;
}
.AnyTagClassName
{
color: #21AD85;
}
</style>
background-color css
<style>
a { background-color: #21AD85; }
a { background-color: rgb(33,173,133); }
div.DivClassName
{
background-color: #21AD85;
}
.BgClassName
{
background-color: #21AD85;
}
</style>
border-color css
<style>
span { border-color: #21AD85; }
span { border-color: rgb(33,173,133); }
td.TdClassName
{
border-color: #21AD85;
}
.TagClassName
{
border-color: #21AD85;
}
</style>