Shades of Islamic Green #06C113
Tints of Islamic Green #06C113
RGB
CMYK
RGB Variations
Color information
#06C113 (or 0x06C113) is known color: Islamic Green. HEX triplet: 06, C1 and 13. RGB value is (6,193,19). Sum of RGB (Red+Green+Blue) = 6+193+19=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 193 (75.78% from 255 or 88.53% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 193 - color contains mainly: green. Hex color #06C113 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C113 is #F93EEC. Grayscale: #757575. Windows color (decimal): -16334573 or 1294598. OLE color: 1294598.
HSL color Cylindrical-coordinate representation of color #06C113: hue angle of 124.17º degrees, saturation: 0.94, 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 #06C113 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 19 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.24 |
| HSL | 124.17º | 0.94% | 0.39% | - |
| HSV(B) | 124.17º | 0.97% | 0.76% | - |
| XYZ | 19.26 | 38.23 | 6.98 | - |
| YUV | 117.25 | 72.55 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 19 | 0.97 | 0 | 0.90 | 0.24 | 124.17 | 0.94 | 0.39 |
| Hex | 6 | C1 | 13 | 61 | 0 | 5A | 18 | 7C | 5E | 27 |
| Octal | 6 | 301 | 23 | 141 | 0 | 132 | 30 | 174 | 136 | 47 |
| Binary | 110 | 11000001 | 10011 | 1100001 | 0 | 1011010 | 11000 | 1111100 | 1011110 | 100111 |
Color Harmonies of #06C113
Complementary color
Monochromatic Colors of #06C113
Black with #06C113
Text Example
Text Example
White with #06C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C113; }
p { color: rgb(6,193,19); }
H1.HeaderClassName
{
color: #06C113;
}
.AnyTagClassName
{
color: #06C113;
}
</style>
background-color css
<style>
a { background-color: #06C113; }
a { background-color: rgb(6,193,19); }
div.DivClassName
{
background-color: #06C113;
}
.BgClassName
{
background-color: #06C113;
}
</style>
border-color css
<style>
span { border-color: #06C113; }
span { border-color: rgb(6,193,19); }
td.TdClassName
{
border-color: #06C113;
}
.TagClassName
{
border-color: #06C113;
}
</style>