Shades of Islamic Green #04C20C
Tints of Islamic Green #04C20C
RGB
CMYK
RGB Variations
Color information
#04C20C (or 0x04C20C) is known color: Islamic Green. HEX triplet: 04, C2 and 0C. RGB value is (4,194,12). Sum of RGB (Red+Green+Blue) = 4+194+12=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 194 (76.17% from 255 or 92.38% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 194 - color contains mainly: green. Hex color #04C20C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C20C is #FB3DF3. Grayscale: #747474. Windows color (decimal): -16465396 or 836100. OLE color: 836100.
HSL color Cylindrical-coordinate representation of color #04C20C: hue angle of 122.53º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C20C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 194 | 12 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.24 |
| HSL | 122.53º | 0.96% | 0.39% | - |
| HSV(B) | 122.53º | 0.98% | 0.76% | - |
| XYZ | 19.41 | 38.64 | 6.78 | - |
| YUV | 116.44 | 69.05 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 194 | 12 | 0.98 | 0 | 0.94 | 0.24 | 122.53 | 0.96 | 0.39 |
| Hex | 4 | C2 | C | 62 | 0 | 5E | 18 | 7B | 60 | 27 |
| Octal | 4 | 302 | 14 | 142 | 0 | 136 | 30 | 173 | 140 | 47 |
| Binary | 100 | 11000010 | 1100 | 1100010 | 0 | 1011110 | 11000 | 1111011 | 1100000 | 100111 |
Color Harmonies of #04C20C
Complementary color
Monochromatic Colors of #04C20C
Black with #04C20C
Text Example
Text Example
White with #04C20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04C20C; }
p { color: rgb(4,194,12); }
H1.HeaderClassName
{
color: #04C20C;
}
.AnyTagClassName
{
color: #04C20C;
}
</style>
background-color css
<style>
a { background-color: #04C20C; }
a { background-color: rgb(4,194,12); }
div.DivClassName
{
background-color: #04C20C;
}
.BgClassName
{
background-color: #04C20C;
}
</style>
border-color css
<style>
span { border-color: #04C20C; }
span { border-color: rgb(4,194,12); }
td.TdClassName
{
border-color: #04C20C;
}
.TagClassName
{
border-color: #04C20C;
}
</style>