Shades of Islamic Green #00A01D
Tints of Islamic Green #00A01D
RGB
CMYK
RGB Variations
Color information
#00A01D (or 0x00A01D) is known color: Islamic Green. HEX triplet: 00, A0 and 1D. RGB value is (0,160,29). Sum of RGB (Red+Green+Blue) = 0+160+29=189 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 189); Green value is 160 (62.89% from 255 or 84.66% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 160 - color contains mainly: green. Hex color #00A01D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A01D is #FF5FE2. Grayscale: #616161. Windows color (decimal): -16736227 or 1941504. OLE color: 1941504.
HSL color Cylindrical-coordinate representation of color #00A01D: hue angle of 130.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A01D is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 29 | - |
| CMYK | 1 | 0 | 0.82 | 0.37 |
| HSL | 130.88º | 1% | 0.31% | - |
| HSV(B) | 130.88º | 1% | 0.63% | - |
| XYZ | 12.79 | 25.23 | 5.36 | - |
| YUV | 97.23 | 89.49 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 29 | 1 | 0 | 0.82 | 0.37 | 130.88 | 1 | 0.31 |
| Hex | 0 | A0 | 1D | 64 | 0 | 52 | 25 | 83 | 64 | 1F |
| Octal | 0 | 240 | 35 | 144 | 0 | 122 | 45 | 203 | 144 | 37 |
| Binary | 0 | 10100000 | 11101 | 1100100 | 0 | 1010010 | 100101 | 10000011 | 1100100 | 11111 |
Color Harmonies of #00A01D
Complementary color
Monochromatic Colors of #00A01D
Black with #00A01D
Text Example
Text Example
White with #00A01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A01D; }
p { color: rgb(0,160,29); }
H1.HeaderClassName
{
color: #00A01D;
}
.AnyTagClassName
{
color: #00A01D;
}
</style>
background-color css
<style>
a { background-color: #00A01D; }
a { background-color: rgb(0,160,29); }
div.DivClassName
{
background-color: #00A01D;
}
.BgClassName
{
background-color: #00A01D;
}
</style>
border-color css
<style>
span { border-color: #00A01D; }
span { border-color: rgb(0,160,29); }
td.TdClassName
{
border-color: #00A01D;
}
.TagClassName
{
border-color: #00A01D;
}
</style>