Shades of Islamic Green #21A202
Tints of Islamic Green #21A202
RGB
CMYK
RGB Variations
Color information
#21A202 (or 0x21A202) is known color: Islamic Green. HEX triplet: 21, A2 and 02. RGB value is (33,162,2). Sum of RGB (Red+Green+Blue) = 33+162+2=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 162 (63.67% from 255 or 82.23% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 162 - color contains mainly: green. Hex color #21A202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A202 is #DE5DFD. Grayscale: #696969. Windows color (decimal): -14573054 or 172577. OLE color: 172577.
HSL color Cylindrical-coordinate representation of color #21A202: hue angle of 108.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21A202 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 2 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.36 |
| HSL | 108.38º | 0.98% | 0.32% | - |
| HSV(B) | 108.38º | 0.99% | 0.64% | - |
| XYZ | 13.56 | 26.17 | 4.39 | - |
| YUV | 105.19 | 69.76 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 2 | 0.80 | 0 | 0.99 | 0.36 | 108.38 | 0.98 | 0.32 |
| Hex | 21 | A2 | 2 | 50 | 0 | 63 | 24 | 6C | 62 | 20 |
| Octal | 41 | 242 | 2 | 120 | 0 | 143 | 44 | 154 | 142 | 40 |
| Binary | 100001 | 10100010 | 10 | 1010000 | 0 | 1100011 | 100100 | 1101100 | 1100010 | 100000 |
Color Harmonies of #21A202
Complementary color
Monochromatic Colors of #21A202
Black with #21A202
Text Example
Text Example
White with #21A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A202; }
p { color: rgb(33,162,2); }
H1.HeaderClassName
{
color: #21A202;
}
.AnyTagClassName
{
color: #21A202;
}
</style>
background-color css
<style>
a { background-color: #21A202; }
a { background-color: rgb(33,162,2); }
div.DivClassName
{
background-color: #21A202;
}
.BgClassName
{
background-color: #21A202;
}
</style>
border-color css
<style>
span { border-color: #21A202; }
span { border-color: rgb(33,162,2); }
td.TdClassName
{
border-color: #21A202;
}
.TagClassName
{
border-color: #21A202;
}
</style>