Shades of Islamic Green #00A620
Tints of Islamic Green #00A620
RGB
CMYK
RGB Variations
Color information
#00A620 (or 0x00A620) is known color: Islamic Green. HEX triplet: 00, A6 and 20. RGB value is (0,166,32). Sum of RGB (Red+Green+Blue) = 0+166+32=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 166 (65.23% from 255 or 83.84% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 166 - color contains mainly: green. Hex color #00A620 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A620 is #FF59DF. Grayscale: #656565. Windows color (decimal): -16734688 or 2139648. OLE color: 2139648.
HSL color Cylindrical-coordinate representation of color #00A620: hue angle of 131.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A620 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 166 | 32 | - |
| CMYK | 1 | 0 | 0.81 | 0.35 |
| HSL | 131.57º | 1% | 0.33% | - |
| HSV(B) | 131.57º | 1% | 0.65% | - |
| XYZ | 13.9 | 27.38 | 5.92 | - |
| YUV | 101.09 | 89 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 166 | 32 | 1 | 0 | 0.81 | 0.35 | 131.57 | 1 | 0.33 |
| Hex | 0 | A6 | 20 | 64 | 0 | 51 | 23 | 84 | 64 | 21 |
| Octal | 0 | 246 | 40 | 144 | 0 | 121 | 43 | 204 | 144 | 41 |
| Binary | 0 | 10100110 | 100000 | 1100100 | 0 | 1010001 | 100011 | 10000100 | 1100100 | 100001 |
Color Harmonies of #00A620
Complementary color
Monochromatic Colors of #00A620
Black with #00A620
Text Example
Text Example
White with #00A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A620; }
p { color: rgb(0,166,32); }
H1.HeaderClassName
{
color: #00A620;
}
.AnyTagClassName
{
color: #00A620;
}
</style>
background-color css
<style>
a { background-color: #00A620; }
a { background-color: rgb(0,166,32); }
div.DivClassName
{
background-color: #00A620;
}
.BgClassName
{
background-color: #00A620;
}
</style>
border-color css
<style>
span { border-color: #00A620; }
span { border-color: rgb(0,166,32); }
td.TdClassName
{
border-color: #00A620;
}
.TagClassName
{
border-color: #00A620;
}
</style>