Shades of Islamic Green #04AF0F
Tints of Islamic Green #04AF0F
RGB
CMYK
RGB Variations
Color information
#04AF0F (or 0x04AF0F) is known color: Islamic Green. HEX triplet: 04, AF and 0F. RGB value is (4,175,15). Sum of RGB (Red+Green+Blue) = 4+175+15=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 175 (68.75% from 255 or 90.21% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 175 - color contains mainly: green. Hex color #04AF0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AF0F is #FB50F0. Grayscale: #6A6A6A. Windows color (decimal): -16470257 or 1027844. OLE color: 1027844.
HSL color Cylindrical-coordinate representation of color #04AF0F: hue angle of 123.86º 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 #04AF0F is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 175 | 15 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.31 |
| HSL | 123.86º | 0.96% | 0.35% | - |
| HSV(B) | 123.86º | 0.98% | 0.69% | - |
| XYZ | 15.47 | 30.72 | 5.57 | - |
| YUV | 105.63 | 76.85 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 175 | 15 | 0.98 | 0 | 0.91 | 0.31 | 123.86 | 0.96 | 0.35 |
| Hex | 4 | AF | F | 62 | 0 | 5B | 1F | 7C | 60 | 23 |
| Octal | 4 | 257 | 17 | 142 | 0 | 133 | 37 | 174 | 140 | 43 |
| Binary | 100 | 10101111 | 1111 | 1100010 | 0 | 1011011 | 11111 | 1111100 | 1100000 | 100011 |
Color Harmonies of #04AF0F
Complementary color
Monochromatic Colors of #04AF0F
Black with #04AF0F
Text Example
Text Example
White with #04AF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AF0F; }
p { color: rgb(4,175,15); }
H1.HeaderClassName
{
color: #04AF0F;
}
.AnyTagClassName
{
color: #04AF0F;
}
</style>
background-color css
<style>
a { background-color: #04AF0F; }
a { background-color: rgb(4,175,15); }
div.DivClassName
{
background-color: #04AF0F;
}
.BgClassName
{
background-color: #04AF0F;
}
</style>
border-color css
<style>
span { border-color: #04AF0F; }
span { border-color: rgb(4,175,15); }
td.TdClassName
{
border-color: #04AF0F;
}
.TagClassName
{
border-color: #04AF0F;
}
</style>