Shades of Islamic Green #21B60A
Tints of Islamic Green #21B60A
RGB
CMYK
RGB Variations
Color information
#21B60A (or 0x21B60A) is known color: Islamic Green. HEX triplet: 21, B6 and 0A. RGB value is (33,182,10). Sum of RGB (Red+Green+Blue) = 33+182+10=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 182 (71.48% from 255 or 80.89% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 182 - color contains mainly: green. Hex color #21B60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21B60A is #DE49F5. Grayscale: #767676. Windows color (decimal): -14567926 or 701985. OLE color: 701985.
HSL color Cylindrical-coordinate representation of color #21B60A: hue angle of 111.98º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #21B60A is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 182 | 10 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.29 |
| HSL | 111.98º | 0.9% | 0.38% | - |
| HSV(B) | 111.98º | 0.95% | 0.71% | - |
| XYZ | 17.41 | 33.8 | 5.89 | - |
| YUV | 117.84 | 67.14 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 182 | 10 | 0.82 | 0 | 0.95 | 0.29 | 111.98 | 0.9 | 0.38 |
| Hex | 21 | B6 | A | 52 | 0 | 5F | 1D | 70 | 5A | 26 |
| Octal | 41 | 266 | 12 | 122 | 0 | 137 | 35 | 160 | 132 | 46 |
| Binary | 100001 | 10110110 | 1010 | 1010010 | 0 | 1011111 | 11101 | 1110000 | 1011010 | 100110 |
Color Harmonies of #21B60A
Complementary color
Monochromatic Colors of #21B60A
Black with #21B60A
Text Example
Text Example
White with #21B60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B60A; }
p { color: rgb(33,182,10); }
H1.HeaderClassName
{
color: #21B60A;
}
.AnyTagClassName
{
color: #21B60A;
}
</style>
background-color css
<style>
a { background-color: #21B60A; }
a { background-color: rgb(33,182,10); }
div.DivClassName
{
background-color: #21B60A;
}
.BgClassName
{
background-color: #21B60A;
}
</style>
border-color css
<style>
span { border-color: #21B60A; }
span { border-color: rgb(33,182,10); }
td.TdClassName
{
border-color: #21B60A;
}
.TagClassName
{
border-color: #21B60A;
}
</style>