Shades of Islamic Green #00A818
Tints of Islamic Green #00A818
RGB
CMYK
RGB Variations
Color information
#00A818 (or 0x00A818) is known color: Islamic Green. HEX triplet: 00, A8 and 18. RGB value is (0,168,24). Sum of RGB (Red+Green+Blue) = 0+168+24=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 168 (66.02% from 255 or 87.5% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 168 - color contains mainly: green. Hex color #00A818 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00A818 is #FF57E7. Grayscale: #656565. Windows color (decimal): -16734184 or 1615872. OLE color: 1615872.
HSL color Cylindrical-coordinate representation of color #00A818: hue angle of 128.57º 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 #00A818 is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 24 | - |
| CMYK | 1 | 0 | 0.86 | 0.34 |
| HSL | 128.57º | 1% | 0.33% | - |
| HSV(B) | 128.57º | 1% | 0.66% | - |
| XYZ | 14.17 | 28.07 | 5.54 | - |
| YUV | 101.35 | 84.34 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 24 | 1 | 0 | 0.86 | 0.34 | 128.57 | 1 | 0.33 |
| Hex | 0 | A8 | 18 | 64 | 0 | 56 | 22 | 81 | 64 | 21 |
| Octal | 0 | 250 | 30 | 144 | 0 | 126 | 42 | 201 | 144 | 41 |
| Binary | 0 | 10101000 | 11000 | 1100100 | 0 | 1010110 | 100010 | 10000001 | 1100100 | 100001 |
Color Harmonies of #00A818
Complementary color
Monochromatic Colors of #00A818
Black with #00A818
Text Example
Text Example
White with #00A818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A818; }
p { color: rgb(0,168,24); }
H1.HeaderClassName
{
color: #00A818;
}
.AnyTagClassName
{
color: #00A818;
}
</style>
background-color css
<style>
a { background-color: #00A818; }
a { background-color: rgb(0,168,24); }
div.DivClassName
{
background-color: #00A818;
}
.BgClassName
{
background-color: #00A818;
}
</style>
border-color css
<style>
span { border-color: #00A818; }
span { border-color: rgb(0,168,24); }
td.TdClassName
{
border-color: #00A818;
}
.TagClassName
{
border-color: #00A818;
}
</style>