Shades of Islamic Green #00A807
Tints of Islamic Green #00A807
RGB
CMYK
RGB Variations
Color information
#00A807 (or 0x00A807) is known color: Islamic Green. HEX triplet: 00, A8 and 07. RGB value is (0,168,7). Sum of RGB (Red+Green+Blue) = 0+168+7=175 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 175); Green value is 168 (66.02% from 255 or 96% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 168 - color contains mainly: green. Hex color #00A807 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00A807 is #FF57F8. Grayscale: #636363. Windows color (decimal): -16734201 or 501760. OLE color: 501760.
HSL color Cylindrical-coordinate representation of color #00A807: hue angle of 122.5º 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 #00A807 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 7 | - |
| CMYK | 1 | 0 | 0.96 | 0.34 |
| HSL | 122.5º | 1% | 0.33% | - |
| HSV(B) | 122.5º | 1% | 0.66% | - |
| XYZ | 14.04 | 28.02 | 4.87 | - |
| YUV | 99.41 | 75.84 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 7 | 1 | 0 | 0.96 | 0.34 | 122.5 | 1 | 0.33 |
| Hex | 0 | A8 | 7 | 64 | 0 | 60 | 22 | 7B | 64 | 21 |
| Octal | 0 | 250 | 7 | 144 | 0 | 140 | 42 | 173 | 144 | 41 |
| Binary | 0 | 10101000 | 111 | 1100100 | 0 | 1100000 | 100010 | 1111011 | 1100100 | 100001 |
Color Harmonies of #00A807
Complementary color
Monochromatic Colors of #00A807
Black with #00A807
Text Example
Text Example
White with #00A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A807; }
p { color: rgb(0,168,7); }
H1.HeaderClassName
{
color: #00A807;
}
.AnyTagClassName
{
color: #00A807;
}
</style>
background-color css
<style>
a { background-color: #00A807; }
a { background-color: rgb(0,168,7); }
div.DivClassName
{
background-color: #00A807;
}
.BgClassName
{
background-color: #00A807;
}
</style>
border-color css
<style>
span { border-color: #00A807; }
span { border-color: rgb(0,168,7); }
td.TdClassName
{
border-color: #00A807;
}
.TagClassName
{
border-color: #00A807;
}
</style>