Shades of Jungle Green #21AD83
Tints of Jungle Green #21AD83
RGB
CMYK
RGB Variations
Color information
#21AD83 (or 0x21AD83) is known color: Jungle Green. HEX triplet: 21, AD and 83. RGB value is (33,173,131). Sum of RGB (Red+Green+Blue) = 33+173+131=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AD83 is #DE527C. Grayscale: #7E7E7E. Windows color (decimal): -14570109 or 8629537. OLE color: 8629537.
HSL color Cylindrical-coordinate representation of color #21AD83: hue angle of 162º 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 #21AD83 is Cyan = 0.81, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 131 | - |
| CMYK | 0.81 | 0 | 0.24 | 0.32 |
| HSL | 162º | 0.68% | 0.4% | - |
| HSV(B) | 162º | 0.81% | 0.68% | - |
| XYZ | 19.67 | 31.85 | 26.58 | - |
| YUV | 126.35 | 130.62 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 131 | 0.81 | 0 | 0.24 | 0.32 | 162 | 0.68 | 0.4 |
| Hex | 21 | AD | 83 | 51 | 0 | 18 | 20 | A2 | 44 | 28 |
| Octal | 41 | 255 | 203 | 121 | 0 | 30 | 40 | 242 | 104 | 50 |
| Binary | 100001 | 10101101 | 10000011 | 1010001 | 0 | 11000 | 100000 | 10100010 | 1000100 | 101000 |
Color Harmonies of #21AD83
Complementary color
Monochromatic Colors of #21AD83
Black with #21AD83
Text Example
Text Example
White with #21AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD83; }
p { color: rgb(33,173,131); }
H1.HeaderClassName
{
color: #21AD83;
}
.AnyTagClassName
{
color: #21AD83;
}
</style>
background-color css
<style>
a { background-color: #21AD83; }
a { background-color: rgb(33,173,131); }
div.DivClassName
{
background-color: #21AD83;
}
.BgClassName
{
background-color: #21AD83;
}
</style>
border-color css
<style>
span { border-color: #21AD83; }
span { border-color: rgb(33,173,131); }
td.TdClassName
{
border-color: #21AD83;
}
.TagClassName
{
border-color: #21AD83;
}
</style>