Shades of Islamic Green #02AF18
Tints of Islamic Green #02AF18
RGB
CMYK
RGB Variations
Color information
#02AF18 (or 0x02AF18) is known color: Islamic Green. HEX triplet: 02, AF and 18. RGB value is (2,175,24). Sum of RGB (Red+Green+Blue) = 2+175+24=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 175 (68.75% from 255 or 87.06% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AF18 is #FD50E7. Grayscale: #6A6A6A. Windows color (decimal): -16601320 or 1617666. OLE color: 1617666.
HSL color Cylindrical-coordinate representation of color #02AF18: hue angle of 127.63º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02AF18 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 175 | 24 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.31 |
| HSL | 127.63º | 0.98% | 0.35% | - |
| HSV(B) | 127.63º | 0.99% | 0.69% | - |
| XYZ | 15.52 | 30.74 | 5.98 | - |
| YUV | 106.06 | 81.69 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 24 | 0.99 | 0 | 0.86 | 0.31 | 127.63 | 0.98 | 0.35 |
| Hex | 2 | AF | 18 | 63 | 0 | 56 | 1F | 80 | 62 | 23 |
| Octal | 2 | 257 | 30 | 143 | 0 | 126 | 37 | 200 | 142 | 43 |
| Binary | 10 | 10101111 | 11000 | 1100011 | 0 | 1010110 | 11111 | 10000000 | 1100010 | 100011 |
Color Harmonies of #02AF18
Complementary color
Monochromatic Colors of #02AF18
Black with #02AF18
Text Example
Text Example
White with #02AF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AF18; }
p { color: rgb(2,175,24); }
H1.HeaderClassName
{
color: #02AF18;
}
.AnyTagClassName
{
color: #02AF18;
}
</style>
background-color css
<style>
a { background-color: #02AF18; }
a { background-color: rgb(2,175,24); }
div.DivClassName
{
background-color: #02AF18;
}
.BgClassName
{
background-color: #02AF18;
}
</style>
border-color css
<style>
span { border-color: #02AF18; }
span { border-color: rgb(2,175,24); }
td.TdClassName
{
border-color: #02AF18;
}
.TagClassName
{
border-color: #02AF18;
}
</style>