Shades of Islamic Green #0CC104
Tints of Islamic Green #0CC104
RGB
CMYK
RGB Variations
Color information
#0CC104 (or 0x0CC104) is known color: Islamic Green. HEX triplet: 0C, C1 and 04. RGB value is (12,193,4). Sum of RGB (Red+Green+Blue) = 12+193+4=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 193 (75.78% from 255 or 92.34% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC104 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC104 is #F33EFB. Grayscale: #757575. Windows color (decimal): -15941372 or 311564. OLE color: 311564.
HSL color Cylindrical-coordinate representation of color #0CC104: hue angle of 117.46º 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 #0CC104 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 4 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.24 |
| HSL | 117.46º | 0.96% | 0.39% | - |
| HSV(B) | 117.46º | 0.98% | 0.76% | - |
| XYZ | 19.24 | 38.23 | 6.48 | - |
| YUV | 117.34 | 64.03 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 4 | 0.94 | 0 | 0.98 | 0.24 | 117.46 | 0.96 | 0.39 |
| Hex | C | C1 | 4 | 5E | 0 | 62 | 18 | 75 | 60 | 27 |
| Octal | 14 | 301 | 4 | 136 | 0 | 142 | 30 | 165 | 140 | 47 |
| Binary | 1100 | 11000001 | 100 | 1011110 | 0 | 1100010 | 11000 | 1110101 | 1100000 | 100111 |
Color Harmonies of #0CC104
Complementary color
Monochromatic Colors of #0CC104
Black with #0CC104
Text Example
Text Example
White with #0CC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC104; }
p { color: rgb(12,193,4); }
H1.HeaderClassName
{
color: #0CC104;
}
.AnyTagClassName
{
color: #0CC104;
}
</style>
background-color css
<style>
a { background-color: #0CC104; }
a { background-color: rgb(12,193,4); }
div.DivClassName
{
background-color: #0CC104;
}
.BgClassName
{
background-color: #0CC104;
}
</style>
border-color css
<style>
span { border-color: #0CC104; }
span { border-color: rgb(12,193,4); }
td.TdClassName
{
border-color: #0CC104;
}
.TagClassName
{
border-color: #0CC104;
}
</style>