Shades of Islamic Green #02A71E
Tints of Islamic Green #02A71E
RGB
CMYK
RGB Variations
Color information
#02A71E (or 0x02A71E) is known color: Islamic Green. HEX triplet: 02, A7 and 1E. RGB value is (2,167,30). Sum of RGB (Red+Green+Blue) = 2+167+30=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 167 (65.62% from 255 or 83.92% from 199); Blue value is 30 (12.11% from 255 or 15.08% from 199); Max value from RGB is 167 - color contains mainly: green. Hex color #02A71E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A71E is #FD58E1. Grayscale: #666666. Windows color (decimal): -16603362 or 2008834. OLE color: 2008834.
HSL color Cylindrical-coordinate representation of color #02A71E: hue angle of 130.18º 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 #02A71E is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 167 | 30 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.35 |
| HSL | 130.18º | 0.98% | 0.33% | - |
| HSV(B) | 130.18º | 0.99% | 0.65% | - |
| XYZ | 14.08 | 27.74 | 5.84 | - |
| YUV | 102.05 | 87.34 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 30 | 0.99 | 0 | 0.82 | 0.35 | 130.18 | 0.98 | 0.33 |
| Hex | 2 | A7 | 1E | 63 | 0 | 52 | 23 | 82 | 62 | 21 |
| Octal | 2 | 247 | 36 | 143 | 0 | 122 | 43 | 202 | 142 | 41 |
| Binary | 10 | 10100111 | 11110 | 1100011 | 0 | 1010010 | 100011 | 10000010 | 1100010 | 100001 |
Color Harmonies of #02A71E
Complementary color
Monochromatic Colors of #02A71E
Black with #02A71E
Text Example
Text Example
White with #02A71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A71E; }
p { color: rgb(2,167,30); }
H1.HeaderClassName
{
color: #02A71E;
}
.AnyTagClassName
{
color: #02A71E;
}
</style>
background-color css
<style>
a { background-color: #02A71E; }
a { background-color: rgb(2,167,30); }
div.DivClassName
{
background-color: #02A71E;
}
.BgClassName
{
background-color: #02A71E;
}
</style>
border-color css
<style>
span { border-color: #02A71E; }
span { border-color: rgb(2,167,30); }
td.TdClassName
{
border-color: #02A71E;
}
.TagClassName
{
border-color: #02A71E;
}
</style>