Shades of Islamic Green #1CC006
Tints of Islamic Green #1CC006
RGB
CMYK
RGB Variations
Color information
#1CC006 (or 0x1CC006) is known color: Islamic Green. HEX triplet: 1C, C0 and 06. RGB value is (28,192,6). Sum of RGB (Red+Green+Blue) = 28+192+6=226 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.39% from 226); Green value is 192 (75.39% from 255 or 84.96% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC006 is #E33FF9. Grayscale: #7A7A7A. Windows color (decimal): -14893050 or 442396. OLE color: 442396.
HSL color Cylindrical-coordinate representation of color #1CC006: hue angle of 112.9º 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 #1CC006 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.25 |
| HSL | 112.9º | 0.94% | 0.39% | - |
| HSV(B) | 112.9º | 0.97% | 0.75% | - |
| XYZ | 19.36 | 37.96 | 6.48 | - |
| YUV | 121.76 | 62.67 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 6 | 0.85 | 0 | 0.97 | 0.25 | 112.9 | 0.94 | 0.39 |
| Hex | 1C | C0 | 6 | 55 | 0 | 61 | 19 | 71 | 5E | 27 |
| Octal | 34 | 300 | 6 | 125 | 0 | 141 | 31 | 161 | 136 | 47 |
| Binary | 11100 | 11000000 | 110 | 1010101 | 0 | 1100001 | 11001 | 1110001 | 1011110 | 100111 |
Color Harmonies of #1CC006
Complementary color
Monochromatic Colors of #1CC006
Black with #1CC006
Text Example
Text Example
White with #1CC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC006; }
p { color: rgb(28,192,6); }
H1.HeaderClassName
{
color: #1CC006;
}
.AnyTagClassName
{
color: #1CC006;
}
</style>
background-color css
<style>
a { background-color: #1CC006; }
a { background-color: rgb(28,192,6); }
div.DivClassName
{
background-color: #1CC006;
}
.BgClassName
{
background-color: #1CC006;
}
</style>
border-color css
<style>
span { border-color: #1CC006; }
span { border-color: rgb(28,192,6); }
td.TdClassName
{
border-color: #1CC006;
}
.TagClassName
{
border-color: #1CC006;
}
</style>