Shades of Islamic Green #06C10F
Tints of Islamic Green #06C10F
RGB
CMYK
RGB Variations
Color information
#06C10F (or 0x06C10F) is known color: Islamic Green. HEX triplet: 06, C1 and 0F. RGB value is (6,193,15). Sum of RGB (Red+Green+Blue) = 6+193+15=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 193 (75.78% from 255 or 90.19% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 193 - color contains mainly: green. Hex color #06C10F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C10F is #F93EF0. Grayscale: #757575. Windows color (decimal): -16334577 or 1032454. OLE color: 1032454.
HSL color Cylindrical-coordinate representation of color #06C10F: hue angle of 122.89º 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 #06C10F is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 15 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.24 |
| HSL | 122.89º | 0.94% | 0.39% | - |
| HSV(B) | 122.89º | 0.97% | 0.76% | - |
| XYZ | 19.23 | 38.21 | 6.81 | - |
| YUV | 116.8 | 70.55 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 15 | 0.97 | 0 | 0.92 | 0.24 | 122.89 | 0.94 | 0.39 |
| Hex | 6 | C1 | F | 61 | 0 | 5C | 18 | 7B | 5E | 27 |
| Octal | 6 | 301 | 17 | 141 | 0 | 134 | 30 | 173 | 136 | 47 |
| Binary | 110 | 11000001 | 1111 | 1100001 | 0 | 1011100 | 11000 | 1111011 | 1011110 | 100111 |
Color Harmonies of #06C10F
Complementary color
Monochromatic Colors of #06C10F
Black with #06C10F
Text Example
Text Example
White with #06C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C10F; }
p { color: rgb(6,193,15); }
H1.HeaderClassName
{
color: #06C10F;
}
.AnyTagClassName
{
color: #06C10F;
}
</style>
background-color css
<style>
a { background-color: #06C10F; }
a { background-color: rgb(6,193,15); }
div.DivClassName
{
background-color: #06C10F;
}
.BgClassName
{
background-color: #06C10F;
}
</style>
border-color css
<style>
span { border-color: #06C10F; }
span { border-color: rgb(6,193,15); }
td.TdClassName
{
border-color: #06C10F;
}
.TagClassName
{
border-color: #06C10F;
}
</style>