Shades of Islamic Green #07A51D
Tints of Islamic Green #07A51D
RGB
CMYK
RGB Variations
Color information
#07A51D (or 0x07A51D) is known color: Islamic Green. HEX triplet: 07, A5 and 1D. RGB value is (7,165,29). Sum of RGB (Red+Green+Blue) = 7+165+29=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 165 (64.84% from 255 or 82.09% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 165 - color contains mainly: green. Hex color #07A51D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A51D is #F85AE2. Grayscale: #666666. Windows color (decimal): -16276195 or 1942791. OLE color: 1942791.
HSL color Cylindrical-coordinate representation of color #07A51D: hue angle of 128.35º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A51D is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 165 | 29 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.35 |
| HSL | 128.35º | 0.92% | 0.34% | - |
| HSV(B) | 128.35º | 0.96% | 0.65% | - |
| XYZ | 13.76 | 27.04 | 5.66 | - |
| YUV | 102.25 | 86.65 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 165 | 29 | 0.96 | 0 | 0.82 | 0.35 | 128.35 | 0.92 | 0.34 |
| Hex | 7 | A5 | 1D | 60 | 0 | 52 | 23 | 80 | 5C | 22 |
| Octal | 7 | 245 | 35 | 140 | 0 | 122 | 43 | 200 | 134 | 42 |
| Binary | 111 | 10100101 | 11101 | 1100000 | 0 | 1010010 | 100011 | 10000000 | 1011100 | 100010 |
Color Harmonies of #07A51D
Complementary color
Monochromatic Colors of #07A51D
Black with #07A51D
Text Example
Text Example
White with #07A51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A51D; }
p { color: rgb(7,165,29); }
H1.HeaderClassName
{
color: #07A51D;
}
.AnyTagClassName
{
color: #07A51D;
}
</style>
background-color css
<style>
a { background-color: #07A51D; }
a { background-color: rgb(7,165,29); }
div.DivClassName
{
background-color: #07A51D;
}
.BgClassName
{
background-color: #07A51D;
}
</style>
border-color css
<style>
span { border-color: #07A51D; }
span { border-color: rgb(7,165,29); }
td.TdClassName
{
border-color: #07A51D;
}
.TagClassName
{
border-color: #07A51D;
}
</style>