Shades of Islamic Green #04C012
Tints of Islamic Green #04C012
RGB
CMYK
RGB Variations
Color information
#04C012 (or 0x04C012) is known color: Islamic Green. HEX triplet: 04, C0 and 12. RGB value is (4,192,18). Sum of RGB (Red+Green+Blue) = 4+192+18=214 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.87% from 214); Green value is 192 (75.39% from 255 or 89.72% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 192 - color contains mainly: green. Hex color #04C012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C012 is #FB3FED. Grayscale: #747474. Windows color (decimal): -16465902 or 1228804. OLE color: 1228804.
HSL color Cylindrical-coordinate representation of color #04C012: hue angle of 124.47º 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 #04C012 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 18 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.25 |
| HSL | 124.47º | 0.96% | 0.38% | - |
| HSV(B) | 124.47º | 0.98% | 0.75% | - |
| XYZ | 19.01 | 37.77 | 6.86 | - |
| YUV | 115.95 | 72.72 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 18 | 0.98 | 0 | 0.91 | 0.25 | 124.47 | 0.96 | 0.38 |
| Hex | 4 | C0 | 12 | 62 | 0 | 5B | 19 | 7C | 60 | 26 |
| Octal | 4 | 300 | 22 | 142 | 0 | 133 | 31 | 174 | 140 | 46 |
| Binary | 100 | 11000000 | 10010 | 1100010 | 0 | 1011011 | 11001 | 1111100 | 1100000 | 100110 |
Color Harmonies of #04C012
Complementary color
Monochromatic Colors of #04C012
Black with #04C012
Text Example
Text Example
White with #04C012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C012; }
p { color: rgb(4,192,18); }
H1.HeaderClassName
{
color: #04C012;
}
.AnyTagClassName
{
color: #04C012;
}
</style>
background-color css
<style>
a { background-color: #04C012; }
a { background-color: rgb(4,192,18); }
div.DivClassName
{
background-color: #04C012;
}
.BgClassName
{
background-color: #04C012;
}
</style>
border-color css
<style>
span { border-color: #04C012; }
span { border-color: rgb(4,192,18); }
td.TdClassName
{
border-color: #04C012;
}
.TagClassName
{
border-color: #04C012;
}
</style>