Shades of Islamic Green #1CC400
Tints of Islamic Green #1CC400
RGB
CMYK
RGB Variations
Color information
#1CC400 (or 0x1CC400) is known color: Islamic Green. HEX triplet: 1C, C4 and 00. RGB value is (28,196,0). Sum of RGB (Red+Green+Blue) = 28+196+0=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 196 (76.95% from 255 or 87.5% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC400 is #E33BFF. Grayscale: #7C7C7C. Windows color (decimal): -14892032 or 50204. OLE color: 50204.
HSL color Cylindrical-coordinate representation of color #1CC400: hue angle of 111.43º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1CC400 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 196 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.23 |
| HSL | 111.43º | 1% | 0.38% | - |
| HSV(B) | 111.43º | 1% | 0.77% | - |
| XYZ | 20.22 | 39.73 | 6.6 | - |
| YUV | 123.42 | 58.34 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 196 | 0 | 0.86 | 0 | 1 | 0.23 | 111.43 | 1 | 0.38 |
| Hex | 1C | C4 | 0 | 56 | 0 | 64 | 17 | 6F | 64 | 26 |
| Octal | 34 | 304 | 0 | 126 | 0 | 144 | 27 | 157 | 144 | 46 |
| Binary | 11100 | 11000100 | 0 | 1010110 | 0 | 1100100 | 10111 | 1101111 | 1100100 | 100110 |
Color Harmonies of #1CC400
Complementary color
Monochromatic Colors of #1CC400
Black with #1CC400
Text Example
Text Example
White with #1CC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC400; }
p { color: rgb(28,196,0); }
H1.HeaderClassName
{
color: #1CC400;
}
.AnyTagClassName
{
color: #1CC400;
}
</style>
background-color css
<style>
a { background-color: #1CC400; }
a { background-color: rgb(28,196,0); }
div.DivClassName
{
background-color: #1CC400;
}
.BgClassName
{
background-color: #1CC400;
}
</style>
border-color css
<style>
span { border-color: #1CC400; }
span { border-color: rgb(28,196,0); }
td.TdClassName
{
border-color: #1CC400;
}
.TagClassName
{
border-color: #1CC400;
}
</style>