Shades of Islamic Green #04AF16
Tints of Islamic Green #04AF16
RGB
CMYK
RGB Variations
Color information
#04AF16 (or 0x04AF16) is known color: Islamic Green. HEX triplet: 04, AF and 16. RGB value is (4,175,22). Sum of RGB (Red+Green+Blue) = 4+175+22=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 175 (68.75% from 255 or 87.06% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AF16 is #FB50E9. Grayscale: #6A6A6A. Windows color (decimal): -16470250 or 1486596. OLE color: 1486596.
HSL color Cylindrical-coordinate representation of color #04AF16: hue angle of 126.32º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AF16 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 22 | - |
| CMYK | 0.98 | 0 | 0.87 | 0.31 |
| HSL | 126.32º | 0.96% | 0.35% | - |
| HSV(B) | 126.32º | 0.98% | 0.69% | - |
| XYZ | 15.52 | 30.74 | 5.87 | - |
| YUV | 106.43 | 80.35 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 22 | 0.98 | 0 | 0.87 | 0.31 | 126.32 | 0.96 | 0.35 |
| Hex | 4 | AF | 16 | 62 | 0 | 57 | 1F | 7E | 60 | 23 |
| Octal | 4 | 257 | 26 | 142 | 0 | 127 | 37 | 176 | 140 | 43 |
| Binary | 100 | 10101111 | 10110 | 1100010 | 0 | 1010111 | 11111 | 1111110 | 1100000 | 100011 |
Color Harmonies of #04AF16
Complementary color
Monochromatic Colors of #04AF16
Black with #04AF16
Text Example
Text Example
White with #04AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF16; }
p { color: rgb(4,175,22); }
H1.HeaderClassName
{
color: #04AF16;
}
.AnyTagClassName
{
color: #04AF16;
}
</style>
background-color css
<style>
a { background-color: #04AF16; }
a { background-color: rgb(4,175,22); }
div.DivClassName
{
background-color: #04AF16;
}
.BgClassName
{
background-color: #04AF16;
}
</style>
border-color css
<style>
span { border-color: #04AF16; }
span { border-color: rgb(4,175,22); }
td.TdClassName
{
border-color: #04AF16;
}
.TagClassName
{
border-color: #04AF16;
}
</style>