Shades of Islamic Green #1DC201
Tints of Islamic Green #1DC201
RGB
CMYK
RGB Variations
Color information
#1DC201 (or 0x1DC201) is known color: Islamic Green. HEX triplet: 1D, C2 and 01. RGB value is (29,194,1). Sum of RGB (Red+Green+Blue) = 29+194+1=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 194 (76.17% from 255 or 86.61% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC201 is #E23DFE. Grayscale: #7B7B7B. Windows color (decimal): -14827007 or 115229. OLE color: 115229.
HSL color Cylindrical-coordinate representation of color #1DC201: hue angle of 111.3º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DC201 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.24 |
| HSL | 111.3º | 0.99% | 0.38% | - |
| HSV(B) | 111.3º | 0.99% | 0.76% | - |
| XYZ | 19.8 | 38.85 | 6.48 | - |
| YUV | 122.66 | 59.34 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 1 | 0.85 | 0 | 0.99 | 0.24 | 111.3 | 0.99 | 0.38 |
| Hex | 1D | C2 | 1 | 55 | 0 | 63 | 18 | 6F | 63 | 26 |
| Octal | 35 | 302 | 1 | 125 | 0 | 143 | 30 | 157 | 143 | 46 |
| Binary | 11101 | 11000010 | 1 | 1010101 | 0 | 1100011 | 11000 | 1101111 | 1100011 | 100110 |
Color Harmonies of #1DC201
Complementary color
Monochromatic Colors of #1DC201
Black with #1DC201
Text Example
Text Example
White with #1DC201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC201; }
p { color: rgb(29,194,1); }
H1.HeaderClassName
{
color: #1DC201;
}
.AnyTagClassName
{
color: #1DC201;
}
</style>
background-color css
<style>
a { background-color: #1DC201; }
a { background-color: rgb(29,194,1); }
div.DivClassName
{
background-color: #1DC201;
}
.BgClassName
{
background-color: #1DC201;
}
</style>
border-color css
<style>
span { border-color: #1DC201; }
span { border-color: rgb(29,194,1); }
td.TdClassName
{
border-color: #1DC201;
}
.TagClassName
{
border-color: #1DC201;
}
</style>