Shades of Islamic Green #02A70B
Tints of Islamic Green #02A70B
RGB
CMYK
RGB Variations
Color information
#02A70B (or 0x02A70B) is known color: Islamic Green. HEX triplet: 02, A7 and 0B. RGB value is (2,167,11). Sum of RGB (Red+Green+Blue) = 2+167+11=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 167 (65.62% from 255 or 92.78% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 167 - color contains mainly: green. Hex color #02A70B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A70B is #FD58F4. Grayscale: #646464. Windows color (decimal): -16603381 or 763650. OLE color: 763650.
HSL color Cylindrical-coordinate representation of color #02A70B: hue angle of 123.27º 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 #02A70B is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 2 | 167 | 11 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.35 |
| HSL | 123.27º | 0.98% | 0.33% | - |
| HSV(B) | 123.27º | 0.99% | 0.65% | - |
| XYZ | 13.9 | 27.67 | 4.93 | - |
| YUV | 99.88 | 77.84 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 167 | 11 | 0.99 | 0 | 0.93 | 0.35 | 123.27 | 0.98 | 0.33 |
| Hex | 2 | A7 | B | 63 | 0 | 5D | 23 | 7B | 62 | 21 |
| Octal | 2 | 247 | 13 | 143 | 0 | 135 | 43 | 173 | 142 | 41 |
| Binary | 10 | 10100111 | 1011 | 1100011 | 0 | 1011101 | 100011 | 1111011 | 1100010 | 100001 |
Color Harmonies of #02A70B
Complementary color
Monochromatic Colors of #02A70B
Black with #02A70B
Text Example
Text Example
White with #02A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A70B; }
p { color: rgb(2,167,11); }
H1.HeaderClassName
{
color: #02A70B;
}
.AnyTagClassName
{
color: #02A70B;
}
</style>
background-color css
<style>
a { background-color: #02A70B; }
a { background-color: rgb(2,167,11); }
div.DivClassName
{
background-color: #02A70B;
}
.BgClassName
{
background-color: #02A70B;
}
</style>
border-color css
<style>
span { border-color: #02A70B; }
span { border-color: rgb(2,167,11); }
td.TdClassName
{
border-color: #02A70B;
}
.TagClassName
{
border-color: #02A70B;
}
</style>