Shades of Islamic Green #00A013
Tints of Islamic Green #00A013
RGB
CMYK
RGB Variations
Color information
#00A013 (or 0x00A013) is known color: Islamic Green. HEX triplet: 00, A0 and 13. RGB value is (0,160,19). Sum of RGB (Red+Green+Blue) = 0+160+19=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 160 (62.89% from 255 or 89.39% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 160 - color contains mainly: green. Hex color #00A013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00A013 is #FF5FEC. Grayscale: #606060. Windows color (decimal): -16736237 or 1286144. OLE color: 1286144.
HSL color Cylindrical-coordinate representation of color #00A013: hue angle of 127.13º 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 #00A013 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 0 | 160 | 19 | - |
| CMYK | 1 | 0 | 0.88 | 0.37 |
| HSL | 127.13º | 1% | 0.31% | - |
| HSV(B) | 127.13º | 1% | 0.63% | - |
| XYZ | 12.69 | 25.19 | 4.81 | - |
| YUV | 96.09 | 84.49 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 160 | 19 | 1 | 0 | 0.88 | 0.37 | 127.13 | 1 | 0.31 |
| Hex | 0 | A0 | 13 | 64 | 0 | 58 | 25 | 7F | 64 | 1F |
| Octal | 0 | 240 | 23 | 144 | 0 | 130 | 45 | 177 | 144 | 37 |
| Binary | 0 | 10100000 | 10011 | 1100100 | 0 | 1011000 | 100101 | 1111111 | 1100100 | 11111 |
Color Harmonies of #00A013
Complementary color
Monochromatic Colors of #00A013
Black with #00A013
Text Example
Text Example
White with #00A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A013; }
p { color: rgb(0,160,19); }
H1.HeaderClassName
{
color: #00A013;
}
.AnyTagClassName
{
color: #00A013;
}
</style>
background-color css
<style>
a { background-color: #00A013; }
a { background-color: rgb(0,160,19); }
div.DivClassName
{
background-color: #00A013;
}
.BgClassName
{
background-color: #00A013;
}
</style>
border-color css
<style>
span { border-color: #00A013; }
span { border-color: rgb(0,160,19); }
td.TdClassName
{
border-color: #00A013;
}
.TagClassName
{
border-color: #00A013;
}
</style>