Shades of Islamic Green #07A102
Tints of Islamic Green #07A102
RGB
CMYK
RGB Variations
Color information
#07A102 (or 0x07A102) is known color: Islamic Green. HEX triplet: 07, A1 and 02. RGB value is (7,161,2). Sum of RGB (Red+Green+Blue) = 7+161+2=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 161 (63.28% from 255 or 94.71% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 161 - color contains mainly: green. Hex color #07A102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07A102 is #F85EFD. Grayscale: #616161. Windows color (decimal): -16277246 or 172295. OLE color: 172295.
HSL color Cylindrical-coordinate representation of color #07A102: hue angle of 118.11º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07A102 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 161 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.37 |
| HSL | 118.11º | 0.98% | 0.32% | - |
| HSV(B) | 118.11º | 0.99% | 0.63% | - |
| XYZ | 12.84 | 25.54 | 4.31 | - |
| YUV | 96.83 | 74.48 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 2 | 0.96 | 0 | 0.99 | 0.37 | 118.11 | 0.98 | 0.32 |
| Hex | 7 | A1 | 2 | 60 | 0 | 63 | 25 | 76 | 62 | 20 |
| Octal | 7 | 241 | 2 | 140 | 0 | 143 | 45 | 166 | 142 | 40 |
| Binary | 111 | 10100001 | 10 | 1100000 | 0 | 1100011 | 100101 | 1110110 | 1100010 | 100000 |
Color Harmonies of #07A102
Complementary color
Monochromatic Colors of #07A102
Black with #07A102
Text Example
Text Example
White with #07A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A102; }
p { color: rgb(7,161,2); }
H1.HeaderClassName
{
color: #07A102;
}
.AnyTagClassName
{
color: #07A102;
}
</style>
background-color css
<style>
a { background-color: #07A102; }
a { background-color: rgb(7,161,2); }
div.DivClassName
{
background-color: #07A102;
}
.BgClassName
{
background-color: #07A102;
}
</style>
border-color css
<style>
span { border-color: #07A102; }
span { border-color: rgb(7,161,2); }
td.TdClassName
{
border-color: #07A102;
}
.TagClassName
{
border-color: #07A102;
}
</style>