Shades of Islamic Green #02A407
Tints of Islamic Green #02A407
RGB
CMYK
RGB Variations
Color information
#02A407 (or 0x02A407) is known color: Islamic Green. HEX triplet: 02, A4 and 07. RGB value is (2,164,7). Sum of RGB (Red+Green+Blue) = 2+164+7=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 164 (64.45% from 255 or 94.80% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 164 - color contains mainly: green. Hex color #02A407 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A407 is #FD5BF8. Grayscale: #626262. Windows color (decimal): -16604153 or 500738. OLE color: 500738.
HSL color Cylindrical-coordinate representation of color #02A407: hue angle of 121.85º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A407 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 164 | 7 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.36 |
| HSL | 121.85º | 0.98% | 0.33% | - |
| HSV(B) | 121.85º | 0.99% | 0.64% | - |
| XYZ | 13.34 | 26.58 | 4.63 | - |
| YUV | 97.66 | 76.83 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 164 | 7 | 0.99 | 0 | 0.96 | 0.36 | 121.85 | 0.98 | 0.33 |
| Hex | 2 | A4 | 7 | 63 | 0 | 60 | 24 | 7A | 62 | 21 |
| Octal | 2 | 244 | 7 | 143 | 0 | 140 | 44 | 172 | 142 | 41 |
| Binary | 10 | 10100100 | 111 | 1100011 | 0 | 1100000 | 100100 | 1111010 | 1100010 | 100001 |
Color Harmonies of #02A407
Complementary color
Monochromatic Colors of #02A407
Black with #02A407
Text Example
Text Example
White with #02A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02A407; }
p { color: rgb(2,164,7); }
H1.HeaderClassName
{
color: #02A407;
}
.AnyTagClassName
{
color: #02A407;
}
</style>
background-color css
<style>
a { background-color: #02A407; }
a { background-color: rgb(2,164,7); }
div.DivClassName
{
background-color: #02A407;
}
.BgClassName
{
background-color: #02A407;
}
</style>
border-color css
<style>
span { border-color: #02A407; }
span { border-color: rgb(2,164,7); }
td.TdClassName
{
border-color: #02A407;
}
.TagClassName
{
border-color: #02A407;
}
</style>