Shades of Islamic Green #1DC500
Tints of Islamic Green #1DC500
RGB
CMYK
RGB Variations
Color information
#1DC500 (or 0x1DC500) is known color: Islamic Green. HEX triplet: 1D, C5 and 00. RGB value is (29,197,0). Sum of RGB (Red+Green+Blue) = 29+197+0=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 197 (77.34% from 255 or 87.17% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC500 is #E23AFF. Grayscale: #7C7C7C. Windows color (decimal): -14826240 or 50461. OLE color: 50461.
HSL color Cylindrical-coordinate representation of color #1DC500: hue angle of 111.17º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DC500 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.23 |
| HSL | 111.17º | 1% | 0.39% | - |
| HSV(B) | 111.17º | 1% | 0.77% | - |
| XYZ | 20.47 | 40.19 | 6.68 | - |
| YUV | 124.31 | 57.84 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 0 | 0.85 | 0 | 1 | 0.23 | 111.17 | 1 | 0.39 |
| Hex | 1D | C5 | 0 | 55 | 0 | 64 | 17 | 6F | 64 | 27 |
| Octal | 35 | 305 | 0 | 125 | 0 | 144 | 27 | 157 | 144 | 47 |
| Binary | 11101 | 11000101 | 0 | 1010101 | 0 | 1100100 | 10111 | 1101111 | 1100100 | 100111 |
Color Harmonies of #1DC500
Complementary color
Monochromatic Colors of #1DC500
Black with #1DC500
Text Example
Text Example
White with #1DC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC500; }
p { color: rgb(29,197,0); }
H1.HeaderClassName
{
color: #1DC500;
}
.AnyTagClassName
{
color: #1DC500;
}
</style>
background-color css
<style>
a { background-color: #1DC500; }
a { background-color: rgb(29,197,0); }
div.DivClassName
{
background-color: #1DC500;
}
.BgClassName
{
background-color: #1DC500;
}
</style>
border-color css
<style>
span { border-color: #1DC500; }
span { border-color: rgb(29,197,0); }
td.TdClassName
{
border-color: #1DC500;
}
.TagClassName
{
border-color: #1DC500;
}
</style>