Shades of Islamic Green #1DA501
Tints of Islamic Green #1DA501
RGB
CMYK
RGB Variations
Color information
#1DA501 (or 0x1DA501) is known color: Islamic Green. HEX triplet: 1D, A5 and 01. RGB value is (29,165,1). Sum of RGB (Red+Green+Blue) = 29+165+1=195 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.87% from 195); Green value is 165 (64.84% from 255 or 84.62% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA501 is #E25AFE. Grayscale: #6A6A6A. Windows color (decimal): -14834431 or 107805. OLE color: 107805.
HSL color Cylindrical-coordinate representation of color #1DA501: hue angle of 109.76º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1DA501 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.35 |
| HSL | 109.76º | 0.99% | 0.33% | - |
| HSV(B) | 109.76º | 0.99% | 0.65% | - |
| XYZ | 13.97 | 27.17 | 4.54 | - |
| YUV | 105.64 | 68.94 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 1 | 0.82 | 0 | 0.99 | 0.35 | 109.76 | 0.99 | 0.33 |
| Hex | 1D | A5 | 1 | 52 | 0 | 63 | 23 | 6E | 63 | 21 |
| Octal | 35 | 245 | 1 | 122 | 0 | 143 | 43 | 156 | 143 | 41 |
| Binary | 11101 | 10100101 | 1 | 1010010 | 0 | 1100011 | 100011 | 1101110 | 1100011 | 100001 |
Color Harmonies of #1DA501
Complementary color
Monochromatic Colors of #1DA501
Black with #1DA501
Text Example
Text Example
White with #1DA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA501; }
p { color: rgb(29,165,1); }
H1.HeaderClassName
{
color: #1DA501;
}
.AnyTagClassName
{
color: #1DA501;
}
</style>
background-color css
<style>
a { background-color: #1DA501; }
a { background-color: rgb(29,165,1); }
div.DivClassName
{
background-color: #1DA501;
}
.BgClassName
{
background-color: #1DA501;
}
</style>
border-color css
<style>
span { border-color: #1DA501; }
span { border-color: rgb(29,165,1); }
td.TdClassName
{
border-color: #1DA501;
}
.TagClassName
{
border-color: #1DA501;
}
</style>