Shades of Islamic Green #0CC105
Tints of Islamic Green #0CC105
RGB
CMYK
RGB Variations
Color information
#0CC105 (or 0x0CC105) is known color: Islamic Green. HEX triplet: 0C, C1 and 05. RGB value is (12,193,5). Sum of RGB (Red+Green+Blue) = 12+193+5=210 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.71% from 210); Green value is 193 (75.78% from 255 or 91.90% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 193 - color contains mainly: green. Hex color #0CC105 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC105 is #F33EFA. Grayscale: #767676. Windows color (decimal): -15941371 or 377100. OLE color: 377100.
HSL color Cylindrical-coordinate representation of color #0CC105: hue angle of 117.77º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CC105 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 12 | 193 | 5 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.24 |
| HSL | 117.77º | 0.95% | 0.39% | - |
| HSV(B) | 117.77º | 0.97% | 0.76% | - |
| XYZ | 19.25 | 38.23 | 6.51 | - |
| YUV | 117.45 | 64.53 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 193 | 5 | 0.94 | 0 | 0.97 | 0.24 | 117.77 | 0.95 | 0.39 |
| Hex | C | C1 | 5 | 5E | 0 | 61 | 18 | 76 | 5F | 27 |
| Octal | 14 | 301 | 5 | 136 | 0 | 141 | 30 | 166 | 137 | 47 |
| Binary | 1100 | 11000001 | 101 | 1011110 | 0 | 1100001 | 11000 | 1110110 | 1011111 | 100111 |
Color Harmonies of #0CC105
Complementary color
Monochromatic Colors of #0CC105
Black with #0CC105
Text Example
Text Example
White with #0CC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CC105; }
p { color: rgb(12,193,5); }
H1.HeaderClassName
{
color: #0CC105;
}
.AnyTagClassName
{
color: #0CC105;
}
</style>
background-color css
<style>
a { background-color: #0CC105; }
a { background-color: rgb(12,193,5); }
div.DivClassName
{
background-color: #0CC105;
}
.BgClassName
{
background-color: #0CC105;
}
</style>
border-color css
<style>
span { border-color: #0CC105; }
span { border-color: rgb(12,193,5); }
td.TdClassName
{
border-color: #0CC105;
}
.TagClassName
{
border-color: #0CC105;
}
</style>