Shades of Islamic Green #06C210
Tints of Islamic Green #06C210
RGB
CMYK
RGB Variations
Color information
#06C210 (or 0x06C210) is known color: Islamic Green. HEX triplet: 06, C2 and 10. RGB value is (6,194,16). Sum of RGB (Red+Green+Blue) = 6+194+16=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 194 (76.17% from 255 or 89.81% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 194 - color contains mainly: green. Hex color #06C210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C210 is #F93DEF. Grayscale: #767676. Windows color (decimal): -16334320 or 1098246. OLE color: 1098246.
HSL color Cylindrical-coordinate representation of color #06C210: hue angle of 123.19º 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 #06C210 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 194 | 16 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.24 |
| HSL | 123.19º | 0.94% | 0.39% | - |
| HSV(B) | 123.19º | 0.97% | 0.76% | - |
| XYZ | 19.46 | 38.66 | 6.93 | - |
| YUV | 117.5 | 70.72 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 194 | 16 | 0.97 | 0 | 0.92 | 0.24 | 123.19 | 0.94 | 0.39 |
| Hex | 6 | C2 | 10 | 61 | 0 | 5C | 18 | 7B | 5E | 27 |
| Octal | 6 | 302 | 20 | 141 | 0 | 134 | 30 | 173 | 136 | 47 |
| Binary | 110 | 11000010 | 10000 | 1100001 | 0 | 1011100 | 11000 | 1111011 | 1011110 | 100111 |
Color Harmonies of #06C210
Complementary color
Monochromatic Colors of #06C210
Black with #06C210
Text Example
Text Example
White with #06C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C210; }
p { color: rgb(6,194,16); }
H1.HeaderClassName
{
color: #06C210;
}
.AnyTagClassName
{
color: #06C210;
}
</style>
background-color css
<style>
a { background-color: #06C210; }
a { background-color: rgb(6,194,16); }
div.DivClassName
{
background-color: #06C210;
}
.BgClassName
{
background-color: #06C210;
}
</style>
border-color css
<style>
span { border-color: #06C210; }
span { border-color: rgb(6,194,16); }
td.TdClassName
{
border-color: #06C210;
}
.TagClassName
{
border-color: #06C210;
}
</style>