Shades of Islamic Green #07A10D
Tints of Islamic Green #07A10D
RGB
CMYK
RGB Variations
Color information
#07A10D (or 0x07A10D) is known color: Islamic Green. HEX triplet: 07, A1 and 0D. RGB value is (7,161,13). Sum of RGB (Red+Green+Blue) = 7+161+13=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 161 (63.28% from 255 or 88.95% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 161 - color contains mainly: green. Hex color #07A10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A10D is #F85EF2. Grayscale: #626262. Windows color (decimal): -16277235 or 893191. OLE color: 893191.
HSL color Cylindrical-coordinate representation of color #07A10D: hue angle of 122.34º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A10D is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 161 | 13 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.37 |
| HSL | 122.34º | 0.92% | 0.33% | - |
| HSV(B) | 122.34º | 0.96% | 0.63% | - |
| XYZ | 12.91 | 25.56 | 4.63 | - |
| YUV | 98.08 | 79.98 | 63.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 13 | 0.96 | 0 | 0.92 | 0.37 | 122.34 | 0.92 | 0.33 |
| Hex | 7 | A1 | D | 60 | 0 | 5C | 25 | 7A | 5C | 21 |
| Octal | 7 | 241 | 15 | 140 | 0 | 134 | 45 | 172 | 134 | 41 |
| Binary | 111 | 10100001 | 1101 | 1100000 | 0 | 1011100 | 100101 | 1111010 | 1011100 | 100001 |
Color Harmonies of #07A10D
Complementary color
Monochromatic Colors of #07A10D
Black with #07A10D
Text Example
Text Example
White with #07A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A10D; }
p { color: rgb(7,161,13); }
H1.HeaderClassName
{
color: #07A10D;
}
.AnyTagClassName
{
color: #07A10D;
}
</style>
background-color css
<style>
a { background-color: #07A10D; }
a { background-color: rgb(7,161,13); }
div.DivClassName
{
background-color: #07A10D;
}
.BgClassName
{
background-color: #07A10D;
}
</style>
border-color css
<style>
span { border-color: #07A10D; }
span { border-color: rgb(7,161,13); }
td.TdClassName
{
border-color: #07A10D;
}
.TagClassName
{
border-color: #07A10D;
}
</style>