Shades of Islamic Green #04C013
Tints of Islamic Green #04C013
RGB
CMYK
RGB Variations
Color information
#04C013 (or 0x04C013) is known color: Islamic Green. HEX triplet: 04, C0 and 13. RGB value is (4,192,19). Sum of RGB (Red+Green+Blue) = 4+192+19=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 192 (75.39% from 255 or 89.30% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 192 - color contains mainly: green. Hex color #04C013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C013 is #FB3FEC. Grayscale: #747474. Windows color (decimal): -16465901 or 1294340. OLE color: 1294340.
HSL color Cylindrical-coordinate representation of color #04C013: hue angle of 124.79º 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 #04C013 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 19 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.25 |
| HSL | 124.79º | 0.96% | 0.38% | - |
| HSV(B) | 124.79º | 0.98% | 0.75% | - |
| XYZ | 19.02 | 37.77 | 6.9 | - |
| YUV | 116.07 | 73.22 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 19 | 0.98 | 0 | 0.90 | 0.25 | 124.79 | 0.96 | 0.38 |
| Hex | 4 | C0 | 13 | 62 | 0 | 5A | 19 | 7D | 60 | 26 |
| Octal | 4 | 300 | 23 | 142 | 0 | 132 | 31 | 175 | 140 | 46 |
| Binary | 100 | 11000000 | 10011 | 1100010 | 0 | 1011010 | 11001 | 1111101 | 1100000 | 100110 |
Color Harmonies of #04C013
Complementary color
Monochromatic Colors of #04C013
Black with #04C013
Text Example
Text Example
White with #04C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C013; }
p { color: rgb(4,192,19); }
H1.HeaderClassName
{
color: #04C013;
}
.AnyTagClassName
{
color: #04C013;
}
</style>
background-color css
<style>
a { background-color: #04C013; }
a { background-color: rgb(4,192,19); }
div.DivClassName
{
background-color: #04C013;
}
.BgClassName
{
background-color: #04C013;
}
</style>
border-color css
<style>
span { border-color: #04C013; }
span { border-color: rgb(4,192,19); }
td.TdClassName
{
border-color: #04C013;
}
.TagClassName
{
border-color: #04C013;
}
</style>