Shades of Islamic Green #07A210
Tints of Islamic Green #07A210
RGB
CMYK
RGB Variations
Color information
#07A210 (or 0x07A210) is known color: Islamic Green. HEX triplet: 07, A2 and 10. RGB value is (7,162,16). Sum of RGB (Red+Green+Blue) = 7+162+16=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 162 (63.67% from 255 or 87.57% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 162 - color contains mainly: green. Hex color #07A210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A210 is #F85DEF. Grayscale: #636363. Windows color (decimal): -16276976 or 1090055. OLE color: 1090055.
HSL color Cylindrical-coordinate representation of color #07A210: hue angle of 123.48º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A210 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 16 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.36 |
| HSL | 123.48º | 0.92% | 0.33% | - |
| HSV(B) | 123.48º | 0.96% | 0.64% | - |
| XYZ | 13.1 | 25.92 | 4.8 | - |
| YUV | 99.01 | 81.15 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 16 | 0.96 | 0 | 0.90 | 0.36 | 123.48 | 0.92 | 0.33 |
| Hex | 7 | A2 | 10 | 60 | 0 | 5A | 24 | 7B | 5C | 21 |
| Octal | 7 | 242 | 20 | 140 | 0 | 132 | 44 | 173 | 134 | 41 |
| Binary | 111 | 10100010 | 10000 | 1100000 | 0 | 1011010 | 100100 | 1111011 | 1011100 | 100001 |
Color Harmonies of #07A210
Complementary color
Monochromatic Colors of #07A210
Black with #07A210
Text Example
Text Example
White with #07A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A210; }
p { color: rgb(7,162,16); }
H1.HeaderClassName
{
color: #07A210;
}
.AnyTagClassName
{
color: #07A210;
}
</style>
background-color css
<style>
a { background-color: #07A210; }
a { background-color: rgb(7,162,16); }
div.DivClassName
{
background-color: #07A210;
}
.BgClassName
{
background-color: #07A210;
}
</style>
border-color css
<style>
span { border-color: #07A210; }
span { border-color: rgb(7,162,16); }
td.TdClassName
{
border-color: #07A210;
}
.TagClassName
{
border-color: #07A210;
}
</style>