Shades of Islamic Green #00A814
Tints of Islamic Green #00A814
RGB
CMYK
RGB Variations
Color information
#00A814 (or 0x00A814) is known color: Islamic Green. HEX triplet: 00, A8 and 14. RGB value is (0,168,20). Sum of RGB (Red+Green+Blue) = 0+168+20=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 168 (66.02% from 255 or 89.36% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 168 - color contains mainly: green. Hex color #00A814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00A814 is #FF57EB. Grayscale: #656565. Windows color (decimal): -16734188 or 1353728. OLE color: 1353728.
HSL color Cylindrical-coordinate representation of color #00A814: hue angle of 127.14º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A814 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 20 | - |
| CMYK | 1 | 0 | 0.88 | 0.34 |
| HSL | 127.14º | 1% | 0.33% | - |
| HSV(B) | 127.14º | 1% | 0.66% | - |
| XYZ | 14.13 | 28.06 | 5.33 | - |
| YUV | 100.9 | 82.34 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 20 | 1 | 0 | 0.88 | 0.34 | 127.14 | 1 | 0.33 |
| Hex | 0 | A8 | 14 | 64 | 0 | 58 | 22 | 7F | 64 | 21 |
| Octal | 0 | 250 | 24 | 144 | 0 | 130 | 42 | 177 | 144 | 41 |
| Binary | 0 | 10101000 | 10100 | 1100100 | 0 | 1011000 | 100010 | 1111111 | 1100100 | 100001 |
Color Harmonies of #00A814
Complementary color
Monochromatic Colors of #00A814
Black with #00A814
Text Example
Text Example
White with #00A814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A814; }
p { color: rgb(0,168,20); }
H1.HeaderClassName
{
color: #00A814;
}
.AnyTagClassName
{
color: #00A814;
}
</style>
background-color css
<style>
a { background-color: #00A814; }
a { background-color: rgb(0,168,20); }
div.DivClassName
{
background-color: #00A814;
}
.BgClassName
{
background-color: #00A814;
}
</style>
border-color css
<style>
span { border-color: #00A814; }
span { border-color: rgb(0,168,20); }
td.TdClassName
{
border-color: #00A814;
}
.TagClassName
{
border-color: #00A814;
}
</style>