Shades of Islamic Green #04C00E
Tints of Islamic Green #04C00E
RGB
CMYK
RGB Variations
Color information
#04C00E (or 0x04C00E) is known color: Islamic Green. HEX triplet: 04, C0 and 0E. RGB value is (4,192,14). Sum of RGB (Red+Green+Blue) = 4+192+14=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 192 (75.39% from 255 or 91.43% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 192 - color contains mainly: green. Hex color #04C00E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C00E is #FB3FF1. Grayscale: #747474. Windows color (decimal): -16465906 or 966660. OLE color: 966660.
HSL color Cylindrical-coordinate representation of color #04C00E: hue angle of 123.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C00E is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 14 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.25 |
| HSL | 123.19º | 0.96% | 0.38% | - |
| HSV(B) | 123.19º | 0.98% | 0.75% | - |
| XYZ | 18.98 | 37.76 | 6.7 | - |
| YUV | 115.5 | 70.72 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 14 | 0.98 | 0 | 0.93 | 0.25 | 123.19 | 0.96 | 0.38 |
| Hex | 4 | C0 | E | 62 | 0 | 5D | 19 | 7B | 60 | 26 |
| Octal | 4 | 300 | 16 | 142 | 0 | 135 | 31 | 173 | 140 | 46 |
| Binary | 100 | 11000000 | 1110 | 1100010 | 0 | 1011101 | 11001 | 1111011 | 1100000 | 100110 |
Color Harmonies of #04C00E
Complementary color
Monochromatic Colors of #04C00E
Black with #04C00E
Text Example
Text Example
White with #04C00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C00E; }
p { color: rgb(4,192,14); }
H1.HeaderClassName
{
color: #04C00E;
}
.AnyTagClassName
{
color: #04C00E;
}
</style>
background-color css
<style>
a { background-color: #04C00E; }
a { background-color: rgb(4,192,14); }
div.DivClassName
{
background-color: #04C00E;
}
.BgClassName
{
background-color: #04C00E;
}
</style>
border-color css
<style>
span { border-color: #04C00E; }
span { border-color: rgb(4,192,14); }
td.TdClassName
{
border-color: #04C00E;
}
.TagClassName
{
border-color: #04C00E;
}
</style>