Shades of Islamic Green #1DC400
Tints of Islamic Green #1DC400
RGB
CMYK
RGB Variations
Color information
#1DC400 (or 0x1DC400) is known color: Islamic Green. HEX triplet: 1D, C4 and 00. RGB value is (29,196,0). Sum of RGB (Red+Green+Blue) = 29+196+0=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 196 (76.95% from 255 or 87.11% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC400 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC400 is #E23BFF. Grayscale: #7C7C7C. Windows color (decimal): -14826496 or 50205. OLE color: 50205.
HSL color Cylindrical-coordinate representation of color #1DC400: hue angle of 111.12º 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 #1DC400 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.23 |
| HSL | 111.12º | 1% | 0.38% | - |
| HSV(B) | 111.12º | 1% | 0.77% | - |
| XYZ | 20.25 | 39.74 | 6.6 | - |
| YUV | 123.72 | 58.17 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 0 | 0.85 | 0 | 1 | 0.23 | 111.12 | 1 | 0.38 |
| Hex | 1D | C4 | 0 | 55 | 0 | 64 | 17 | 6F | 64 | 26 |
| Octal | 35 | 304 | 0 | 125 | 0 | 144 | 27 | 157 | 144 | 46 |
| Binary | 11101 | 11000100 | 0 | 1010101 | 0 | 1100100 | 10111 | 1101111 | 1100100 | 100110 |
Color Harmonies of #1DC400
Complementary color
Monochromatic Colors of #1DC400
Black with #1DC400
Text Example
Text Example
White with #1DC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC400; }
p { color: rgb(29,196,0); }
H1.HeaderClassName
{
color: #1DC400;
}
.AnyTagClassName
{
color: #1DC400;
}
</style>
background-color css
<style>
a { background-color: #1DC400; }
a { background-color: rgb(29,196,0); }
div.DivClassName
{
background-color: #1DC400;
}
.BgClassName
{
background-color: #1DC400;
}
</style>
border-color css
<style>
span { border-color: #1DC400; }
span { border-color: rgb(29,196,0); }
td.TdClassName
{
border-color: #1DC400;
}
.TagClassName
{
border-color: #1DC400;
}
</style>