Shades of Islamic Green #07AD1B
Tints of Islamic Green #07AD1B
RGB
CMYK
RGB Variations
Color information
#07AD1B (or 0x07AD1B) is known color: Islamic Green. HEX triplet: 07, AD and 1B. RGB value is (7,173,27). Sum of RGB (Red+Green+Blue) = 7+173+27=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 173 (67.97% from 255 or 83.57% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07AD1B is #F852E4. Grayscale: #6B6B6B. Windows color (decimal): -16274149 or 1813767. OLE color: 1813767.
HSL color Cylindrical-coordinate representation of color #07AD1B: hue angle of 127.23º 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 #07AD1B is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 27 | - |
| CMYK | 0.96 | 0 | 0.84 | 0.32 |
| HSL | 127.23º | 0.92% | 0.35% | - |
| HSV(B) | 127.23º | 0.96% | 0.68% | - |
| XYZ | 15.23 | 30.01 | 6.03 | - |
| YUV | 106.72 | 83 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 27 | 0.96 | 0 | 0.84 | 0.32 | 127.23 | 0.92 | 0.35 |
| Hex | 7 | AD | 1B | 60 | 0 | 54 | 20 | 7F | 5C | 23 |
| Octal | 7 | 255 | 33 | 140 | 0 | 124 | 40 | 177 | 134 | 43 |
| Binary | 111 | 10101101 | 11011 | 1100000 | 0 | 1010100 | 100000 | 1111111 | 1011100 | 100011 |
Color Harmonies of #07AD1B
Complementary color
Monochromatic Colors of #07AD1B
Black with #07AD1B
Text Example
Text Example
White with #07AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD1B; }
p { color: rgb(7,173,27); }
H1.HeaderClassName
{
color: #07AD1B;
}
.AnyTagClassName
{
color: #07AD1B;
}
</style>
background-color css
<style>
a { background-color: #07AD1B; }
a { background-color: rgb(7,173,27); }
div.DivClassName
{
background-color: #07AD1B;
}
.BgClassName
{
background-color: #07AD1B;
}
</style>
border-color css
<style>
span { border-color: #07AD1B; }
span { border-color: rgb(7,173,27); }
td.TdClassName
{
border-color: #07AD1B;
}
.TagClassName
{
border-color: #07AD1B;
}
</style>