Shades of Islamic Green #21A502
Tints of Islamic Green #21A502
RGB
CMYK
RGB Variations
Color information
#21A502 (or 0x21A502) is known color: Islamic Green. HEX triplet: 21, A5 and 02. RGB value is (33,165,2). Sum of RGB (Red+Green+Blue) = 33+165+2=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 165 (64.84% from 255 or 82.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 165 - color contains mainly: green. Hex color #21A502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A502 is #DE5AFD. Grayscale: #6B6B6B. Windows color (decimal): -14572286 or 173345. OLE color: 173345.
HSL color Cylindrical-coordinate representation of color #21A502: hue angle of 108.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21A502 is Cyan = 0.8, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 165 | 2 | - |
| CMYK | 0.8 | 0 | 0.99 | 0.35 |
| HSL | 108.59º | 0.98% | 0.33% | - |
| HSV(B) | 108.59º | 0.99% | 0.65% | - |
| XYZ | 14.09 | 27.24 | 4.57 | - |
| YUV | 106.95 | 68.77 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 2 | 0.8 | 0 | 0.99 | 0.35 | 108.59 | 0.98 | 0.33 |
| Hex | 21 | A5 | 2 | 50 | 0 | 63 | 23 | 6D | 62 | 21 |
| Octal | 41 | 245 | 2 | 120 | 0 | 143 | 43 | 155 | 142 | 41 |
| Binary | 100001 | 10100101 | 10 | 1010000 | 0 | 1100011 | 100011 | 1101101 | 1100010 | 100001 |
Color Harmonies of #21A502
Complementary color
Monochromatic Colors of #21A502
Black with #21A502
Text Example
Text Example
White with #21A502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A502; }
p { color: rgb(33,165,2); }
H1.HeaderClassName
{
color: #21A502;
}
.AnyTagClassName
{
color: #21A502;
}
</style>
background-color css
<style>
a { background-color: #21A502; }
a { background-color: rgb(33,165,2); }
div.DivClassName
{
background-color: #21A502;
}
.BgClassName
{
background-color: #21A502;
}
</style>
border-color css
<style>
span { border-color: #21A502; }
span { border-color: rgb(33,165,2); }
td.TdClassName
{
border-color: #21A502;
}
.TagClassName
{
border-color: #21A502;
}
</style>