Shades of Islamic Green #1CC502
Tints of Islamic Green #1CC502
RGB
CMYK
RGB Variations
Color information
#1CC502 (or 0x1CC502) is known color: Islamic Green. HEX triplet: 1C, C5 and 02. RGB value is (28,197,2). Sum of RGB (Red+Green+Blue) = 28+197+2=227 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.33% from 227); Green value is 197 (77.34% from 255 or 86.78% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CC502 is #E33AFD. Grayscale: #7C7C7C. Windows color (decimal): -14891774 or 181532. OLE color: 181532.
HSL color Cylindrical-coordinate representation of color #1CC502: hue angle of 112º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1CC502 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.23 |
| HSL | 112º | 0.98% | 0.39% | - |
| HSV(B) | 112º | 0.99% | 0.77% | - |
| XYZ | 20.46 | 40.18 | 6.74 | - |
| YUV | 124.24 | 59.01 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 2 | 0.86 | 0 | 0.99 | 0.23 | 112 | 0.98 | 0.39 |
| Hex | 1C | C5 | 2 | 56 | 0 | 63 | 17 | 70 | 62 | 27 |
| Octal | 34 | 305 | 2 | 126 | 0 | 143 | 27 | 160 | 142 | 47 |
| Binary | 11100 | 11000101 | 10 | 1010110 | 0 | 1100011 | 10111 | 1110000 | 1100010 | 100111 |
Color Harmonies of #1CC502
Complementary color
Monochromatic Colors of #1CC502
Black with #1CC502
Text Example
Text Example
White with #1CC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC502; }
p { color: rgb(28,197,2); }
H1.HeaderClassName
{
color: #1CC502;
}
.AnyTagClassName
{
color: #1CC502;
}
</style>
background-color css
<style>
a { background-color: #1CC502; }
a { background-color: rgb(28,197,2); }
div.DivClassName
{
background-color: #1CC502;
}
.BgClassName
{
background-color: #1CC502;
}
</style>
border-color css
<style>
span { border-color: #1CC502; }
span { border-color: rgb(28,197,2); }
td.TdClassName
{
border-color: #1CC502;
}
.TagClassName
{
border-color: #1CC502;
}
</style>