Shades of Islamic Green #009A20
Tints of Islamic Green #009A20
RGB
CMYK
RGB Variations
Color information
#009A20 (or 0x009A20) is known color: Islamic Green. HEX triplet: 00, 9A and 20. RGB value is (0,154,32). Sum of RGB (Red+Green+Blue) = 0+154+32=186 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 186); Green value is 154 (60.55% from 255 or 82.80% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 154 - color contains mainly: green. Hex color #009A20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A20 is #FF65DF. Grayscale: #5E5E5E. Windows color (decimal): -16737760 or 2136576. OLE color: 2136576.
HSL color Cylindrical-coordinate representation of color #009A20: hue angle of 132.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A20 is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 154 | 32 | - |
| CMYK | 1 | 0 | 0.79 | 0.40 |
| HSL | 132.47º | 1% | 0.3% | - |
| HSV(B) | 132.47º | 1% | 0.6% | - |
| XYZ | 11.82 | 23.22 | 5.22 | - |
| YUV | 94.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 154 | 32 | 1 | 0 | 0.79 | 0.40 | 132.47 | 1 | 0.3 |
| Hex | 0 | 9A | 20 | 64 | 0 | 4F | 28 | 84 | 64 | 1E |
| Octal | 0 | 232 | 40 | 144 | 0 | 117 | 50 | 204 | 144 | 36 |
| Binary | 0 | 10011010 | 100000 | 1100100 | 0 | 1001111 | 101000 | 10000100 | 1100100 | 11110 |
Color Harmonies of #009A20
Complementary color
Monochromatic Colors of #009A20
Black with #009A20
Text Example
Text Example
White with #009A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009A20; }
p { color: rgb(0,154,32); }
H1.HeaderClassName
{
color: #009A20;
}
.AnyTagClassName
{
color: #009A20;
}
</style>
background-color css
<style>
a { background-color: #009A20; }
a { background-color: rgb(0,154,32); }
div.DivClassName
{
background-color: #009A20;
}
.BgClassName
{
background-color: #009A20;
}
</style>
border-color css
<style>
span { border-color: #009A20; }
span { border-color: rgb(0,154,32); }
td.TdClassName
{
border-color: #009A20;
}
.TagClassName
{
border-color: #009A20;
}
</style>