Shades of Islamic Green #07AF11
Tints of Islamic Green #07AF11
RGB
CMYK
RGB Variations
Color information
#07AF11 (or 0x07AF11) is known color: Islamic Green. HEX triplet: 07, AF and 11. RGB value is (7,175,17). Sum of RGB (Red+Green+Blue) = 7+175+17=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 175 (68.75% from 255 or 87.94% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 175 - color contains mainly: green. Hex color #07AF11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AF11 is #F850EE. Grayscale: #6B6B6B. Windows color (decimal): -16273647 or 1158919. OLE color: 1158919.
HSL color Cylindrical-coordinate representation of color #07AF11: hue angle of 123.57º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AF11 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 175 | 17 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.31 |
| HSL | 123.57º | 0.92% | 0.36% | - |
| HSV(B) | 123.57º | 0.96% | 0.69% | - |
| XYZ | 15.52 | 30.75 | 5.65 | - |
| YUV | 106.76 | 77.34 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 175 | 17 | 0.96 | 0 | 0.90 | 0.31 | 123.57 | 0.92 | 0.36 |
| Hex | 7 | AF | 11 | 60 | 0 | 5A | 1F | 7C | 5C | 24 |
| Octal | 7 | 257 | 21 | 140 | 0 | 132 | 37 | 174 | 134 | 44 |
| Binary | 111 | 10101111 | 10001 | 1100000 | 0 | 1011010 | 11111 | 1111100 | 1011100 | 100100 |
Color Harmonies of #07AF11
Complementary color
Monochromatic Colors of #07AF11
Black with #07AF11
Text Example
Text Example
White with #07AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AF11; }
p { color: rgb(7,175,17); }
H1.HeaderClassName
{
color: #07AF11;
}
.AnyTagClassName
{
color: #07AF11;
}
</style>
background-color css
<style>
a { background-color: #07AF11; }
a { background-color: rgb(7,175,17); }
div.DivClassName
{
background-color: #07AF11;
}
.BgClassName
{
background-color: #07AF11;
}
</style>
border-color css
<style>
span { border-color: #07AF11; }
span { border-color: rgb(7,175,17); }
td.TdClassName
{
border-color: #07AF11;
}
.TagClassName
{
border-color: #07AF11;
}
</style>