Shades of Islamic Green #1CC001
Tints of Islamic Green #1CC001
RGB
CMYK
RGB Variations
Color information
#1CC001 (or 0x1CC001) is known color: Islamic Green. HEX triplet: 1C, C0 and 01. RGB value is (28,192,1). Sum of RGB (Red+Green+Blue) = 28+192+1=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 192 (75.39% from 255 or 86.88% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC001 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC001 is #E33FFE. Grayscale: #797979. Windows color (decimal): -14893055 or 114716. OLE color: 114716.
HSL color Cylindrical-coordinate representation of color #1CC001: hue angle of 111.52º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CC001 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 192 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.25 |
| HSL | 111.52º | 0.99% | 0.38% | - |
| HSV(B) | 111.52º | 0.99% | 0.75% | - |
| XYZ | 19.33 | 37.95 | 6.33 | - |
| YUV | 121.19 | 60.17 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 192 | 1 | 0.85 | 0 | 0.99 | 0.25 | 111.52 | 0.99 | 0.38 |
| Hex | 1C | C0 | 1 | 55 | 0 | 63 | 19 | 70 | 63 | 26 |
| Octal | 34 | 300 | 1 | 125 | 0 | 143 | 31 | 160 | 143 | 46 |
| Binary | 11100 | 11000000 | 1 | 1010101 | 0 | 1100011 | 11001 | 1110000 | 1100011 | 100110 |
Color Harmonies of #1CC001
Complementary color
Monochromatic Colors of #1CC001
Black with #1CC001
Text Example
Text Example
White with #1CC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC001; }
p { color: rgb(28,192,1); }
H1.HeaderClassName
{
color: #1CC001;
}
.AnyTagClassName
{
color: #1CC001;
}
</style>
background-color css
<style>
a { background-color: #1CC001; }
a { background-color: rgb(28,192,1); }
div.DivClassName
{
background-color: #1CC001;
}
.BgClassName
{
background-color: #1CC001;
}
</style>
border-color css
<style>
span { border-color: #1CC001; }
span { border-color: rgb(28,192,1); }
td.TdClassName
{
border-color: #1CC001;
}
.TagClassName
{
border-color: #1CC001;
}
</style>