Shades of Islamic Green #04C002
Tints of Islamic Green #04C002
RGB
CMYK
RGB Variations
Color information
#04C002 (or 0x04C002) is known color: Islamic Green. HEX triplet: 04, C0 and 02. RGB value is (4,192,2). Sum of RGB (Red+Green+Blue) = 4+192+2=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 192 (75.39% from 255 or 96.97% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 192 - color contains mainly: green. Hex color #04C002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C002 is #FB3FFD. Grayscale: #727272. Windows color (decimal): -16465918 or 180228. OLE color: 180228.
HSL color Cylindrical-coordinate representation of color #04C002: hue angle of 119.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04C002 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 192 | 2 | - |
| CMYK | 0.98 | 0 | 0.99 | 0.25 |
| HSL | 119.37º | 0.98% | 0.38% | - |
| HSV(B) | 119.37º | 0.99% | 0.75% | - |
| XYZ | 18.91 | 37.73 | 6.34 | - |
| YUV | 114.13 | 64.72 | 49.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 192 | 2 | 0.98 | 0 | 0.99 | 0.25 | 119.37 | 0.98 | 0.38 |
| Hex | 4 | C0 | 2 | 62 | 0 | 63 | 19 | 77 | 62 | 26 |
| Octal | 4 | 300 | 2 | 142 | 0 | 143 | 31 | 167 | 142 | 46 |
| Binary | 100 | 11000000 | 10 | 1100010 | 0 | 1100011 | 11001 | 1110111 | 1100010 | 100110 |
Color Harmonies of #04C002
Complementary color
Monochromatic Colors of #04C002
Black with #04C002
Text Example
Text Example
White with #04C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C002; }
p { color: rgb(4,192,2); }
H1.HeaderClassName
{
color: #04C002;
}
.AnyTagClassName
{
color: #04C002;
}
</style>
background-color css
<style>
a { background-color: #04C002; }
a { background-color: rgb(4,192,2); }
div.DivClassName
{
background-color: #04C002;
}
.BgClassName
{
background-color: #04C002;
}
</style>
border-color css
<style>
span { border-color: #04C002; }
span { border-color: rgb(4,192,2); }
td.TdClassName
{
border-color: #04C002;
}
.TagClassName
{
border-color: #04C002;
}
</style>