Shades of Islamic Green #1DB60A
Tints of Islamic Green #1DB60A
RGB
CMYK
RGB Variations
Color information
#1DB60A (or 0x1DB60A) is known color: Islamic Green. HEX triplet: 1D, B6 and 0A. RGB value is (29,182,10). Sum of RGB (Red+Green+Blue) = 29+182+10=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 182 (71.48% from 255 or 82.35% from 221); Blue value is 10 (4.30% from 255 or 4.52% from 221); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB60A is #E249F5. Grayscale: #757575. Windows color (decimal): -14830070 or 701981. OLE color: 701981.
HSL color Cylindrical-coordinate representation of color #1DB60A: hue angle of 113.37º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1DB60A is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 10 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.29 |
| HSL | 113.37º | 0.9% | 0.38% | - |
| HSV(B) | 113.37º | 0.95% | 0.71% | - |
| XYZ | 17.29 | 33.74 | 5.89 | - |
| YUV | 116.65 | 67.81 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 10 | 0.84 | 0 | 0.95 | 0.29 | 113.37 | 0.9 | 0.38 |
| Hex | 1D | B6 | A | 54 | 0 | 5F | 1D | 71 | 5A | 26 |
| Octal | 35 | 266 | 12 | 124 | 0 | 137 | 35 | 161 | 132 | 46 |
| Binary | 11101 | 10110110 | 1010 | 1010100 | 0 | 1011111 | 11101 | 1110001 | 1011010 | 100110 |
Color Harmonies of #1DB60A
Complementary color
Monochromatic Colors of #1DB60A
Black with #1DB60A
Text Example
Text Example
White with #1DB60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB60A; }
p { color: rgb(29,182,10); }
H1.HeaderClassName
{
color: #1DB60A;
}
.AnyTagClassName
{
color: #1DB60A;
}
</style>
background-color css
<style>
a { background-color: #1DB60A; }
a { background-color: rgb(29,182,10); }
div.DivClassName
{
background-color: #1DB60A;
}
.BgClassName
{
background-color: #1DB60A;
}
</style>
border-color css
<style>
span { border-color: #1DB60A; }
span { border-color: rgb(29,182,10); }
td.TdClassName
{
border-color: #1DB60A;
}
.TagClassName
{
border-color: #1DB60A;
}
</style>