Shades of Islamic Green #00C106
Tints of Islamic Green #00C106
RGB
CMYK
RGB Variations
Color information
#00C106 (or 0x00C106) is known color: Islamic Green. HEX triplet: 00, C1 and 06. RGB value is (0,193,6). Sum of RGB (Red+Green+Blue) = 0+193+6=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 193 (75.78% from 255 or 96.98% from 199); Blue value is 6 (2.73% from 255 or 3.02% from 199); Max value from RGB is 193 - color contains mainly: green. Hex color #00C106 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C106 is #FF3EF9. Grayscale: #727272. Windows color (decimal): -16727802 or 442624. OLE color: 442624.
HSL color Cylindrical-coordinate representation of color #00C106: hue angle of 121.87º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C106 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 193 | 6 | - |
| CMYK | 1 | 0 | 0.97 | 0.24 |
| HSL | 121.87º | 1% | 0.38% | - |
| HSV(B) | 121.87º | 1% | 0.76% | - |
| XYZ | 19.1 | 38.15 | 6.53 | - |
| YUV | 113.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 6 | 1 | 0 | 0.97 | 0.24 | 121.87 | 1 | 0.38 |
| Hex | 0 | C1 | 6 | 64 | 0 | 61 | 18 | 7A | 64 | 26 |
| Octal | 0 | 301 | 6 | 144 | 0 | 141 | 30 | 172 | 144 | 46 |
| Binary | 0 | 11000001 | 110 | 1100100 | 0 | 1100001 | 11000 | 1111010 | 1100100 | 100110 |
Color Harmonies of #00C106
Complementary color
Monochromatic Colors of #00C106
Black with #00C106
Text Example
Text Example
White with #00C106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C106; }
p { color: rgb(0,193,6); }
H1.HeaderClassName
{
color: #00C106;
}
.AnyTagClassName
{
color: #00C106;
}
</style>
background-color css
<style>
a { background-color: #00C106; }
a { background-color: rgb(0,193,6); }
div.DivClassName
{
background-color: #00C106;
}
.BgClassName
{
background-color: #00C106;
}
</style>
border-color css
<style>
span { border-color: #00C106; }
span { border-color: rgb(0,193,6); }
td.TdClassName
{
border-color: #00C106;
}
.TagClassName
{
border-color: #00C106;
}
</style>