Shades of Islamic Green #02AF0F
Tints of Islamic Green #02AF0F
RGB
CMYK
RGB Variations
Color information
#02AF0F (or 0x02AF0F) is known color: Islamic Green. HEX triplet: 02, AF and 0F. RGB value is (2,175,15). Sum of RGB (Red+Green+Blue) = 2+175+15=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 175 (68.75% from 255 or 91.15% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AF0F is #FD50F0. Grayscale: #696969. Windows color (decimal): -16601329 or 1027842. OLE color: 1027842.
HSL color Cylindrical-coordinate representation of color #02AF0F: hue angle of 124.51º 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 #02AF0F is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 175 | 15 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.31 |
| HSL | 124.51º | 0.98% | 0.35% | - |
| HSV(B) | 124.51º | 0.99% | 0.69% | - |
| XYZ | 15.44 | 30.71 | 5.57 | - |
| YUV | 105.03 | 77.19 | 54.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 15 | 0.99 | 0 | 0.91 | 0.31 | 124.51 | 0.98 | 0.35 |
| Hex | 2 | AF | F | 63 | 0 | 5B | 1F | 7D | 62 | 23 |
| Octal | 2 | 257 | 17 | 143 | 0 | 133 | 37 | 175 | 142 | 43 |
| Binary | 10 | 10101111 | 1111 | 1100011 | 0 | 1011011 | 11111 | 1111101 | 1100010 | 100011 |
Color Harmonies of #02AF0F
Complementary color
Monochromatic Colors of #02AF0F
Black with #02AF0F
Text Example
Text Example
White with #02AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AF0F; }
p { color: rgb(2,175,15); }
H1.HeaderClassName
{
color: #02AF0F;
}
.AnyTagClassName
{
color: #02AF0F;
}
</style>
background-color css
<style>
a { background-color: #02AF0F; }
a { background-color: rgb(2,175,15); }
div.DivClassName
{
background-color: #02AF0F;
}
.BgClassName
{
background-color: #02AF0F;
}
</style>
border-color css
<style>
span { border-color: #02AF0F; }
span { border-color: rgb(2,175,15); }
td.TdClassName
{
border-color: #02AF0F;
}
.TagClassName
{
border-color: #02AF0F;
}
</style>