Shades of Islamic Green #21A500
Tints of Islamic Green #21A500
RGB
CMYK
RGB Variations
Color information
#21A500 (or 0x21A500) is known color: Islamic Green. HEX triplet: 21, A5 and 00. RGB value is (33,165,0). Sum of RGB (Red+Green+Blue) = 33+165+0=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 165 (64.84% from 255 or 83.33% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 165 - color contains mainly: green. Hex color #21A500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21A500 is #DE5AFF. Grayscale: #6B6B6B. Windows color (decimal): -14572288 or 42273. OLE color: 42273.
HSL color Cylindrical-coordinate representation of color #21A500: hue angle of 108º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21A500 is Cyan = 0.8, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 33 | 165 | 0 | - |
| CMYK | 0.8 | 0 | 1 | 0.35 |
| HSL | 108º | 1% | 0.32% | - |
| HSV(B) | 108º | 1% | 0.65% | - |
| XYZ | 14.08 | 27.23 | 4.51 | - |
| YUV | 106.72 | 67.77 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 165 | 0 | 0.8 | 0 | 1 | 0.35 | 108 | 1 | 0.32 |
| Hex | 21 | A5 | 0 | 50 | 0 | 64 | 23 | 6C | 64 | 20 |
| Octal | 41 | 245 | 0 | 120 | 0 | 144 | 43 | 154 | 144 | 40 |
| Binary | 100001 | 10100101 | 0 | 1010000 | 0 | 1100100 | 100011 | 1101100 | 1100100 | 100000 |
Color Harmonies of #21A500
Complementary color
Monochromatic Colors of #21A500
Black with #21A500
Text Example
Text Example
White with #21A500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A500; }
p { color: rgb(33,165,0); }
H1.HeaderClassName
{
color: #21A500;
}
.AnyTagClassName
{
color: #21A500;
}
</style>
background-color css
<style>
a { background-color: #21A500; }
a { background-color: rgb(33,165,0); }
div.DivClassName
{
background-color: #21A500;
}
.BgClassName
{
background-color: #21A500;
}
</style>
border-color css
<style>
span { border-color: #21A500; }
span { border-color: rgb(33,165,0); }
td.TdClassName
{
border-color: #21A500;
}
.TagClassName
{
border-color: #21A500;
}
</style>