Shades of Islamic Green #07AB0A
Tints of Islamic Green #07AB0A
RGB
CMYK
RGB Variations
Color information
#07AB0A (or 0x07AB0A) is known color: Islamic Green. HEX triplet: 07, AB and 0A. RGB value is (7,171,10). Sum of RGB (Red+Green+Blue) = 7+171+10=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 171 (67.19% from 255 or 90.96% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 171 - color contains mainly: green. Hex color #07AB0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AB0A is #F854F5. Grayscale: #686868. Windows color (decimal): -16274678 or 699143. OLE color: 699143.
HSL color Cylindrical-coordinate representation of color #07AB0A: hue angle of 121.1º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AB0A is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 171 | 10 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.33 |
| HSL | 121.1º | 0.92% | 0.35% | - |
| HSV(B) | 121.1º | 0.96% | 0.67% | - |
| XYZ | 14.71 | 29.19 | 5.15 | - |
| YUV | 103.61 | 75.17 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 171 | 10 | 0.96 | 0 | 0.94 | 0.33 | 121.1 | 0.92 | 0.35 |
| Hex | 7 | AB | A | 60 | 0 | 5E | 21 | 79 | 5C | 23 |
| Octal | 7 | 253 | 12 | 140 | 0 | 136 | 41 | 171 | 134 | 43 |
| Binary | 111 | 10101011 | 1010 | 1100000 | 0 | 1011110 | 100001 | 1111001 | 1011100 | 100011 |
Color Harmonies of #07AB0A
Complementary color
Monochromatic Colors of #07AB0A
Black with #07AB0A
Text Example
Text Example
White with #07AB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AB0A; }
p { color: rgb(7,171,10); }
H1.HeaderClassName
{
color: #07AB0A;
}
.AnyTagClassName
{
color: #07AB0A;
}
</style>
background-color css
<style>
a { background-color: #07AB0A; }
a { background-color: rgb(7,171,10); }
div.DivClassName
{
background-color: #07AB0A;
}
.BgClassName
{
background-color: #07AB0A;
}
</style>
border-color css
<style>
span { border-color: #07AB0A; }
span { border-color: rgb(7,171,10); }
td.TdClassName
{
border-color: #07AB0A;
}
.TagClassName
{
border-color: #07AB0A;
}
</style>