Shades of Islamic Green #06C013
Tints of Islamic Green #06C013
RGB
CMYK
RGB Variations
Color information
#06C013 (or 0x06C013) is known color: Islamic Green. HEX triplet: 06, C0 and 13. RGB value is (6,192,19). Sum of RGB (Red+Green+Blue) = 6+192+19=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 192 (75.39% from 255 or 88.48% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 192 - color contains mainly: green. Hex color #06C013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C013 is #F93FEC. Grayscale: #757575. Windows color (decimal): -16334829 or 1294342. OLE color: 1294342.
HSL color Cylindrical-coordinate representation of color #06C013: hue angle of 124.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C013 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 19 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.25 |
| HSL | 124.19º | 0.94% | 0.39% | - |
| HSV(B) | 124.19º | 0.97% | 0.75% | - |
| XYZ | 19.04 | 37.79 | 6.91 | - |
| YUV | 116.66 | 72.88 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 19 | 0.97 | 0 | 0.90 | 0.25 | 124.19 | 0.94 | 0.39 |
| Hex | 6 | C0 | 13 | 61 | 0 | 5A | 19 | 7C | 5E | 27 |
| Octal | 6 | 300 | 23 | 141 | 0 | 132 | 31 | 174 | 136 | 47 |
| Binary | 110 | 11000000 | 10011 | 1100001 | 0 | 1011010 | 11001 | 1111100 | 1011110 | 100111 |
Color Harmonies of #06C013
Complementary color
Monochromatic Colors of #06C013
Black with #06C013
Text Example
Text Example
White with #06C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C013; }
p { color: rgb(6,192,19); }
H1.HeaderClassName
{
color: #06C013;
}
.AnyTagClassName
{
color: #06C013;
}
</style>
background-color css
<style>
a { background-color: #06C013; }
a { background-color: rgb(6,192,19); }
div.DivClassName
{
background-color: #06C013;
}
.BgClassName
{
background-color: #06C013;
}
</style>
border-color css
<style>
span { border-color: #06C013; }
span { border-color: rgb(6,192,19); }
td.TdClassName
{
border-color: #06C013;
}
.TagClassName
{
border-color: #06C013;
}
</style>