Shades of Islamic Green #1DA600
Tints of Islamic Green #1DA600
RGB
CMYK
RGB Variations
Color information
#1DA600 (or 0x1DA600) is known color: Islamic Green. HEX triplet: 1D, A6 and 00. RGB value is (29,166,0). Sum of RGB (Red+Green+Blue) = 29+166+0=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 166 (65.23% from 255 or 85.13% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA600 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA600 is #E259FF. Grayscale: #6A6A6A. Windows color (decimal): -14834176 or 42525. OLE color: 42525.
HSL color Cylindrical-coordinate representation of color #1DA600: hue angle of 109.52º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DA600 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 166 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.35 |
| HSL | 109.52º | 1% | 0.33% | - |
| HSV(B) | 109.52º | 1% | 0.65% | - |
| XYZ | 14.14 | 27.53 | 4.57 | - |
| YUV | 106.11 | 68.11 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 166 | 0 | 0.83 | 0 | 1 | 0.35 | 109.52 | 1 | 0.33 |
| Hex | 1D | A6 | 0 | 53 | 0 | 64 | 23 | 6E | 64 | 21 |
| Octal | 35 | 246 | 0 | 123 | 0 | 144 | 43 | 156 | 144 | 41 |
| Binary | 11101 | 10100110 | 0 | 1010011 | 0 | 1100100 | 100011 | 1101110 | 1100100 | 100001 |
Color Harmonies of #1DA600
Complementary color
Monochromatic Colors of #1DA600
Black with #1DA600
Text Example
Text Example
White with #1DA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA600; }
p { color: rgb(29,166,0); }
H1.HeaderClassName
{
color: #1DA600;
}
.AnyTagClassName
{
color: #1DA600;
}
</style>
background-color css
<style>
a { background-color: #1DA600; }
a { background-color: rgb(29,166,0); }
div.DivClassName
{
background-color: #1DA600;
}
.BgClassName
{
background-color: #1DA600;
}
</style>
border-color css
<style>
span { border-color: #1DA600; }
span { border-color: rgb(29,166,0); }
td.TdClassName
{
border-color: #1DA600;
}
.TagClassName
{
border-color: #1DA600;
}
</style>