Shades of Islamic Green #07AD17
Tints of Islamic Green #07AD17
RGB
CMYK
RGB Variations
Color information
#07AD17 (or 0x07AD17) is known color: Islamic Green. HEX triplet: 07, AD and 17. RGB value is (7,173,23). Sum of RGB (Red+Green+Blue) = 7+173+23=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 173 (67.97% from 255 or 85.22% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07AD17 is #F852E8. Grayscale: #6A6A6A. Windows color (decimal): -16274153 or 1551623. OLE color: 1551623.
HSL color Cylindrical-coordinate representation of color #07AD17: hue angle of 125.78º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AD17 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 23 | - |
| CMYK | 0.96 | 0 | 0.87 | 0.32 |
| HSL | 125.78º | 0.92% | 0.35% | - |
| HSV(B) | 125.78º | 0.96% | 0.68% | - |
| XYZ | 15.19 | 29.99 | 5.8 | - |
| YUV | 106.27 | 81 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 23 | 0.96 | 0 | 0.87 | 0.32 | 125.78 | 0.92 | 0.35 |
| Hex | 7 | AD | 17 | 60 | 0 | 57 | 20 | 7E | 5C | 23 |
| Octal | 7 | 255 | 27 | 140 | 0 | 127 | 40 | 176 | 134 | 43 |
| Binary | 111 | 10101101 | 10111 | 1100000 | 0 | 1010111 | 100000 | 1111110 | 1011100 | 100011 |
Color Harmonies of #07AD17
Complementary color
Monochromatic Colors of #07AD17
Black with #07AD17
Text Example
Text Example
White with #07AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD17; }
p { color: rgb(7,173,23); }
H1.HeaderClassName
{
color: #07AD17;
}
.AnyTagClassName
{
color: #07AD17;
}
</style>
background-color css
<style>
a { background-color: #07AD17; }
a { background-color: rgb(7,173,23); }
div.DivClassName
{
background-color: #07AD17;
}
.BgClassName
{
background-color: #07AD17;
}
</style>
border-color css
<style>
span { border-color: #07AD17; }
span { border-color: rgb(7,173,23); }
td.TdClassName
{
border-color: #07AD17;
}
.TagClassName
{
border-color: #07AD17;
}
</style>