Shades of Islamic Green #04AE0C
Tints of Islamic Green #04AE0C
RGB
CMYK
RGB Variations
Color information
#04AE0C (or 0x04AE0C) is known color: Islamic Green. HEX triplet: 04, AE and 0C. RGB value is (4,174,12). Sum of RGB (Red+Green+Blue) = 4+174+12=190 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.11% from 190); Green value is 174 (68.36% from 255 or 91.58% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04AE0C is #FB51F3. Grayscale: #696969. Windows color (decimal): -16470516 or 830980. OLE color: 830980.
HSL color Cylindrical-coordinate representation of color #04AE0C: hue angle of 122.82º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AE0C is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 174 | 12 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.32 |
| HSL | 122.82º | 0.96% | 0.35% | - |
| HSV(B) | 122.82º | 0.98% | 0.68% | - |
| XYZ | 15.25 | 30.32 | 5.4 | - |
| YUV | 104.7 | 75.68 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 174 | 12 | 0.98 | 0 | 0.93 | 0.32 | 122.82 | 0.96 | 0.35 |
| Hex | 4 | AE | C | 62 | 0 | 5D | 20 | 7B | 60 | 23 |
| Octal | 4 | 256 | 14 | 142 | 0 | 135 | 40 | 173 | 140 | 43 |
| Binary | 100 | 10101110 | 1100 | 1100010 | 0 | 1011101 | 100000 | 1111011 | 1100000 | 100011 |
Color Harmonies of #04AE0C
Complementary color
Monochromatic Colors of #04AE0C
Black with #04AE0C
Text Example
Text Example
White with #04AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04AE0C; }
p { color: rgb(4,174,12); }
H1.HeaderClassName
{
color: #04AE0C;
}
.AnyTagClassName
{
color: #04AE0C;
}
</style>
background-color css
<style>
a { background-color: #04AE0C; }
a { background-color: rgb(4,174,12); }
div.DivClassName
{
background-color: #04AE0C;
}
.BgClassName
{
background-color: #04AE0C;
}
</style>
border-color css
<style>
span { border-color: #04AE0C; }
span { border-color: rgb(4,174,12); }
td.TdClassName
{
border-color: #04AE0C;
}
.TagClassName
{
border-color: #04AE0C;
}
</style>