Shades of Islamic Green #21AD06
Tints of Islamic Green #21AD06
RGB
CMYK
RGB Variations
Color information
#21AD06 (or 0x21AD06) is known color: Islamic Green. HEX triplet: 21, AD and 06. RGB value is (33,173,6). Sum of RGB (Red+Green+Blue) = 33+173+6=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 173 (67.97% from 255 or 81.60% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AD06 is #DE52F9. Grayscale: #707070. Windows color (decimal): -14570234 or 437537. OLE color: 437537.
HSL color Cylindrical-coordinate representation of color #21AD06: hue angle of 110.3º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21AD06 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 6 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.32 |
| HSL | 110.3º | 0.93% | 0.35% | - |
| HSV(B) | 110.3º | 0.97% | 0.68% | - |
| XYZ | 15.6 | 30.22 | 5.18 | - |
| YUV | 112.1 | 68.12 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 6 | 0.81 | 0 | 0.97 | 0.32 | 110.3 | 0.93 | 0.35 |
| Hex | 21 | AD | 6 | 51 | 0 | 61 | 20 | 6E | 5D | 23 |
| Octal | 41 | 255 | 6 | 121 | 0 | 141 | 40 | 156 | 135 | 43 |
| Binary | 100001 | 10101101 | 110 | 1010001 | 0 | 1100001 | 100000 | 1101110 | 1011101 | 100011 |
Color Harmonies of #21AD06
Complementary color
Monochromatic Colors of #21AD06
Black with #21AD06
Text Example
Text Example
White with #21AD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD06; }
p { color: rgb(33,173,6); }
H1.HeaderClassName
{
color: #21AD06;
}
.AnyTagClassName
{
color: #21AD06;
}
</style>
background-color css
<style>
a { background-color: #21AD06; }
a { background-color: rgb(33,173,6); }
div.DivClassName
{
background-color: #21AD06;
}
.BgClassName
{
background-color: #21AD06;
}
</style>
border-color css
<style>
span { border-color: #21AD06; }
span { border-color: rgb(33,173,6); }
td.TdClassName
{
border-color: #21AD06;
}
.TagClassName
{
border-color: #21AD06;
}
</style>