Shades of Islamic Green #21AB00
Tints of Islamic Green #21AB00
RGB
CMYK
RGB Variations
Color information
#21AB00 (or 0x21AB00) is known color: Islamic Green. HEX triplet: 21, AB and 00. RGB value is (33,171,0). Sum of RGB (Red+Green+Blue) = 33+171+0=204 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.18% from 204); Green value is 171 (67.19% from 255 or 83.82% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AB00 is #DE54FF. Grayscale: #6E6E6E. Windows color (decimal): -14570752 or 43809. OLE color: 43809.
HSL color Cylindrical-coordinate representation of color #21AB00: hue angle of 108.42º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21AB00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.33 |
| HSL | 108.42º | 1% | 0.34% | - |
| HSV(B) | 108.42º | 1% | 0.67% | - |
| XYZ | 15.19 | 29.45 | 4.88 | - |
| YUV | 110.24 | 65.78 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 0 | 0.81 | 0 | 1 | 0.33 | 108.42 | 1 | 0.34 |
| Hex | 21 | AB | 0 | 51 | 0 | 64 | 21 | 6C | 64 | 22 |
| Octal | 41 | 253 | 0 | 121 | 0 | 144 | 41 | 154 | 144 | 42 |
| Binary | 100001 | 10101011 | 0 | 1010001 | 0 | 1100100 | 100001 | 1101100 | 1100100 | 100010 |
Color Harmonies of #21AB00
Complementary color
Monochromatic Colors of #21AB00
Black with #21AB00
Text Example
Text Example
White with #21AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB00; }
p { color: rgb(33,171,0); }
H1.HeaderClassName
{
color: #21AB00;
}
.AnyTagClassName
{
color: #21AB00;
}
</style>
background-color css
<style>
a { background-color: #21AB00; }
a { background-color: rgb(33,171,0); }
div.DivClassName
{
background-color: #21AB00;
}
.BgClassName
{
background-color: #21AB00;
}
</style>
border-color css
<style>
span { border-color: #21AB00; }
span { border-color: rgb(33,171,0); }
td.TdClassName
{
border-color: #21AB00;
}
.TagClassName
{
border-color: #21AB00;
}
</style>