Shades of Islamic Green #20A401
Tints of Islamic Green #20A401
RGB
CMYK
RGB Variations
Color information
#20A401 (or 0x20A401) is known color: Islamic Green. HEX triplet: 20, A4 and 01. RGB value is (32,164,1). Sum of RGB (Red+Green+Blue) = 32+164+1=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 164 (64.45% from 255 or 83.25% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 164 - color contains mainly: green. Hex color #20A401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #20A401 is #DF5BFE. Grayscale: #6A6A6A. Windows color (decimal): -14638079 or 107552. OLE color: 107552.
HSL color Cylindrical-coordinate representation of color #20A401: hue angle of 108.59º degrees, saturation: 0.99, 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 #20A401 is Cyan = 0.80, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 164 | 1 | - |
| CMYK | 0.80 | 0 | 0.99 | 0.36 |
| HSL | 108.59º | 0.99% | 0.32% | - |
| HSV(B) | 108.59º | 0.99% | 0.64% | - |
| XYZ | 13.88 | 26.86 | 4.48 | - |
| YUV | 105.95 | 68.77 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 164 | 1 | 0.80 | 0 | 0.99 | 0.36 | 108.59 | 0.99 | 0.32 |
| Hex | 20 | A4 | 1 | 50 | 0 | 63 | 24 | 6D | 63 | 20 |
| Octal | 40 | 244 | 1 | 120 | 0 | 143 | 44 | 155 | 143 | 40 |
| Binary | 100000 | 10100100 | 1 | 1010000 | 0 | 1100011 | 100100 | 1101101 | 1100011 | 100000 |
Color Harmonies of #20A401
Complementary color
Monochromatic Colors of #20A401
Black with #20A401
Text Example
Text Example
White with #20A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A401; }
p { color: rgb(32,164,1); }
H1.HeaderClassName
{
color: #20A401;
}
.AnyTagClassName
{
color: #20A401;
}
</style>
background-color css
<style>
a { background-color: #20A401; }
a { background-color: rgb(32,164,1); }
div.DivClassName
{
background-color: #20A401;
}
.BgClassName
{
background-color: #20A401;
}
</style>
border-color css
<style>
span { border-color: #20A401; }
span { border-color: rgb(32,164,1); }
td.TdClassName
{
border-color: #20A401;
}
.TagClassName
{
border-color: #20A401;
}
</style>