Shades of Islamic Green #07AC0F
Tints of Islamic Green #07AC0F
RGB
CMYK
RGB Variations
Color information
#07AC0F (or 0x07AC0F) is known color: Islamic Green. HEX triplet: 07, AC and 0F. RGB value is (7,172,15). Sum of RGB (Red+Green+Blue) = 7+172+15=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 172 (67.58% from 255 or 88.66% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 172 - color contains mainly: green. Hex color #07AC0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AC0F is #F853F0. Grayscale: #696969. Windows color (decimal): -16274417 or 1027079. OLE color: 1027079.
HSL color Cylindrical-coordinate representation of color #07AC0F: hue angle of 122.91º 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 #07AC0F is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 172 | 15 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.33 |
| HSL | 122.91º | 0.92% | 0.35% | - |
| HSV(B) | 122.91º | 0.96% | 0.67% | - |
| XYZ | 14.93 | 29.58 | 5.38 | - |
| YUV | 104.77 | 77.34 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 172 | 15 | 0.96 | 0 | 0.91 | 0.33 | 122.91 | 0.92 | 0.35 |
| Hex | 7 | AC | F | 60 | 0 | 5B | 21 | 7B | 5C | 23 |
| Octal | 7 | 254 | 17 | 140 | 0 | 133 | 41 | 173 | 134 | 43 |
| Binary | 111 | 10101100 | 1111 | 1100000 | 0 | 1011011 | 100001 | 1111011 | 1011100 | 100011 |
Color Harmonies of #07AC0F
Complementary color
Monochromatic Colors of #07AC0F
Black with #07AC0F
Text Example
Text Example
White with #07AC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AC0F; }
p { color: rgb(7,172,15); }
H1.HeaderClassName
{
color: #07AC0F;
}
.AnyTagClassName
{
color: #07AC0F;
}
</style>
background-color css
<style>
a { background-color: #07AC0F; }
a { background-color: rgb(7,172,15); }
div.DivClassName
{
background-color: #07AC0F;
}
.BgClassName
{
background-color: #07AC0F;
}
</style>
border-color css
<style>
span { border-color: #07AC0F; }
span { border-color: rgb(7,172,15); }
td.TdClassName
{
border-color: #07AC0F;
}
.TagClassName
{
border-color: #07AC0F;
}
</style>