Shades of Islamic Green #1DA50B
Tints of Islamic Green #1DA50B
RGB
CMYK
RGB Variations
Color information
#1DA50B (or 0x1DA50B) is known color: Islamic Green. HEX triplet: 1D, A5 and 0B. RGB value is (29,165,11). Sum of RGB (Red+Green+Blue) = 29+165+11=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 165 (64.84% from 255 or 80.49% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA50B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA50B is #E25AF4. Grayscale: #6B6B6B. Windows color (decimal): -14834421 or 763165. OLE color: 763165.
HSL color Cylindrical-coordinate representation of color #1DA50B: hue angle of 112.99º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DA50B is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 29 | 165 | 11 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.35 |
| HSL | 112.99º | 0.88% | 0.35% | - |
| HSV(B) | 112.99º | 0.93% | 0.65% | - |
| XYZ | 14.02 | 27.2 | 4.83 | - |
| YUV | 106.78 | 73.94 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 165 | 11 | 0.82 | 0 | 0.93 | 0.35 | 112.99 | 0.88 | 0.35 |
| Hex | 1D | A5 | B | 52 | 0 | 5D | 23 | 71 | 58 | 23 |
| Octal | 35 | 245 | 13 | 122 | 0 | 135 | 43 | 161 | 130 | 43 |
| Binary | 11101 | 10100101 | 1011 | 1010010 | 0 | 1011101 | 100011 | 1110001 | 1011000 | 100011 |
Color Harmonies of #1DA50B
Complementary color
Monochromatic Colors of #1DA50B
Black with #1DA50B
Text Example
Text Example
White with #1DA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DA50B; }
p { color: rgb(29,165,11); }
H1.HeaderClassName
{
color: #1DA50B;
}
.AnyTagClassName
{
color: #1DA50B;
}
</style>
background-color css
<style>
a { background-color: #1DA50B; }
a { background-color: rgb(29,165,11); }
div.DivClassName
{
background-color: #1DA50B;
}
.BgClassName
{
background-color: #1DA50B;
}
</style>
border-color css
<style>
span { border-color: #1DA50B; }
span { border-color: rgb(29,165,11); }
td.TdClassName
{
border-color: #1DA50B;
}
.TagClassName
{
border-color: #1DA50B;
}
</style>