Shades of Islamic Green #07AC11
Tints of Islamic Green #07AC11
RGB
CMYK
RGB Variations
Color information
#07AC11 (or 0x07AC11) is known color: Islamic Green. HEX triplet: 07, AC and 11. RGB value is (7,172,17). Sum of RGB (Red+Green+Blue) = 7+172+17=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 172 (67.58% from 255 or 87.76% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AC11 is #F853EE. Grayscale: #696969. Windows color (decimal): -16274415 or 1158151. OLE color: 1158151.
HSL color Cylindrical-coordinate representation of color #07AC11: hue angle of 123.64º 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 #07AC11 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 172 | 17 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.33 |
| HSL | 123.64º | 0.92% | 0.35% | - |
| HSV(B) | 123.64º | 0.96% | 0.67% | - |
| XYZ | 14.94 | 29.59 | 5.45 | - |
| YUV | 105 | 78.34 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 17 | 0.96 | 0 | 0.90 | 0.33 | 123.64 | 0.92 | 0.35 |
| Hex | 7 | AC | 11 | 60 | 0 | 5A | 21 | 7C | 5C | 23 |
| Octal | 7 | 254 | 21 | 140 | 0 | 132 | 41 | 174 | 134 | 43 |
| Binary | 111 | 10101100 | 10001 | 1100000 | 0 | 1011010 | 100001 | 1111100 | 1011100 | 100011 |
Color Harmonies of #07AC11
Complementary color
Monochromatic Colors of #07AC11
Black with #07AC11
Text Example
Text Example
White with #07AC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AC11; }
p { color: rgb(7,172,17); }
H1.HeaderClassName
{
color: #07AC11;
}
.AnyTagClassName
{
color: #07AC11;
}
</style>
background-color css
<style>
a { background-color: #07AC11; }
a { background-color: rgb(7,172,17); }
div.DivClassName
{
background-color: #07AC11;
}
.BgClassName
{
background-color: #07AC11;
}
</style>
border-color css
<style>
span { border-color: #07AC11; }
span { border-color: rgb(7,172,17); }
td.TdClassName
{
border-color: #07AC11;
}
.TagClassName
{
border-color: #07AC11;
}
</style>