Shades of Islamic Green #02A611
Tints of Islamic Green #02A611
RGB
CMYK
RGB Variations
Color information
#02A611 (or 0x02A611) is known color: Islamic Green. HEX triplet: 02, A6 and 11. RGB value is (2,166,17). Sum of RGB (Red+Green+Blue) = 2+166+17=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 166 (65.23% from 255 or 89.73% from 185); Blue value is 17 (7.03% from 255 or 9.19% from 185); Max value from RGB is 166 - color contains mainly: green. Hex color #02A611 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A611 is #FD59EE. Grayscale: #646464. Windows color (decimal): -16603631 or 1156610. OLE color: 1156610.
HSL color Cylindrical-coordinate representation of color #02A611: hue angle of 125.49º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A611 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 166 | 17 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.35 |
| HSL | 125.49º | 0.98% | 0.33% | - |
| HSV(B) | 125.49º | 0.99% | 0.65% | - |
| XYZ | 13.76 | 27.33 | 5.08 | - |
| YUV | 99.98 | 81.17 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 166 | 17 | 0.99 | 0 | 0.90 | 0.35 | 125.49 | 0.98 | 0.33 |
| Hex | 2 | A6 | 11 | 63 | 0 | 5A | 23 | 7D | 62 | 21 |
| Octal | 2 | 246 | 21 | 143 | 0 | 132 | 43 | 175 | 142 | 41 |
| Binary | 10 | 10100110 | 10001 | 1100011 | 0 | 1011010 | 100011 | 1111101 | 1100010 | 100001 |
Color Harmonies of #02A611
Complementary color
Monochromatic Colors of #02A611
Black with #02A611
Text Example
Text Example
White with #02A611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A611; }
p { color: rgb(2,166,17); }
H1.HeaderClassName
{
color: #02A611;
}
.AnyTagClassName
{
color: #02A611;
}
</style>
background-color css
<style>
a { background-color: #02A611; }
a { background-color: rgb(2,166,17); }
div.DivClassName
{
background-color: #02A611;
}
.BgClassName
{
background-color: #02A611;
}
</style>
border-color css
<style>
span { border-color: #02A611; }
span { border-color: rgb(2,166,17); }
td.TdClassName
{
border-color: #02A611;
}
.TagClassName
{
border-color: #02A611;
}
</style>