Shades of Islamic Green #04AF14
Tints of Islamic Green #04AF14
RGB
CMYK
RGB Variations
Color information
#04AF14 (or 0x04AF14) is known color: Islamic Green. HEX triplet: 04, AF and 14. RGB value is (4,175,20). Sum of RGB (Red+Green+Blue) = 4+175+20=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 175 (68.75% from 255 or 87.94% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AF14 is #FB50EB. Grayscale: #6A6A6A. Windows color (decimal): -16470252 or 1355524. OLE color: 1355524.
HSL color Cylindrical-coordinate representation of color #04AF14: hue angle of 125.61º 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 #04AF14 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 20 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.31 |
| HSL | 125.61º | 0.96% | 0.35% | - |
| HSV(B) | 125.61º | 0.98% | 0.69% | - |
| XYZ | 15.51 | 30.74 | 5.78 | - |
| YUV | 106.2 | 79.35 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 20 | 0.98 | 0 | 0.89 | 0.31 | 125.61 | 0.96 | 0.35 |
| Hex | 4 | AF | 14 | 62 | 0 | 59 | 1F | 7E | 60 | 23 |
| Octal | 4 | 257 | 24 | 142 | 0 | 131 | 37 | 176 | 140 | 43 |
| Binary | 100 | 10101111 | 10100 | 1100010 | 0 | 1011001 | 11111 | 1111110 | 1100000 | 100011 |
Color Harmonies of #04AF14
Complementary color
Monochromatic Colors of #04AF14
Black with #04AF14
Text Example
Text Example
White with #04AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF14; }
p { color: rgb(4,175,20); }
H1.HeaderClassName
{
color: #04AF14;
}
.AnyTagClassName
{
color: #04AF14;
}
</style>
background-color css
<style>
a { background-color: #04AF14; }
a { background-color: rgb(4,175,20); }
div.DivClassName
{
background-color: #04AF14;
}
.BgClassName
{
background-color: #04AF14;
}
</style>
border-color css
<style>
span { border-color: #04AF14; }
span { border-color: rgb(4,175,20); }
td.TdClassName
{
border-color: #04AF14;
}
.TagClassName
{
border-color: #04AF14;
}
</style>