Shades of Shamrock #1DDA8A
Tints of Shamrock #1DDA8A
RGB
CMYK
RGB Variations
Color information
#1DDA8A (or 0x1DDA8A) is known color: Shamrock. HEX triplet: 1D, DA and 8A. RGB value is (29,218,138). Sum of RGB (Red+Green+Blue) = 29+218+138=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DDA8A is #E22575. Grayscale: #989898. Windows color (decimal): -14820726 or 9099805. OLE color: 9099805.
HSL color Cylindrical-coordinate representation of color #1DDA8A: hue angle of 154.6º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDA8A is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 218 | 138 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.15 |
| HSL | 154.6º | 0.77% | 0.48% | - |
| HSV(B) | 154.6º | 0.87% | 0.85% | - |
| XYZ | 30.17 | 52.24 | 32.54 | - |
| YUV | 152.37 | 119.88 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 218 | 138 | 0.87 | 0 | 0.37 | 0.15 | 154.6 | 0.77 | 0.48 |
| Hex | 1D | DA | 8A | 57 | 0 | 25 | F | 9B | 4D | 30 |
| Octal | 35 | 332 | 212 | 127 | 0 | 45 | 17 | 233 | 115 | 60 |
| Binary | 11101 | 11011010 | 10001010 | 1010111 | 0 | 100101 | 1111 | 10011011 | 1001101 | 110000 |
Color Harmonies of #1DDA8A
Complementary color
Monochromatic Colors of #1DDA8A
Black with #1DDA8A
Text Example
Text Example
White with #1DDA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DDA8A; }
p { color: rgb(29,218,138); }
H1.HeaderClassName
{
color: #1DDA8A;
}
.AnyTagClassName
{
color: #1DDA8A;
}
</style>
background-color css
<style>
a { background-color: #1DDA8A; }
a { background-color: rgb(29,218,138); }
div.DivClassName
{
background-color: #1DDA8A;
}
.BgClassName
{
background-color: #1DDA8A;
}
</style>
border-color css
<style>
span { border-color: #1DDA8A; }
span { border-color: rgb(29,218,138); }
td.TdClassName
{
border-color: #1DDA8A;
}
.TagClassName
{
border-color: #1DDA8A;
}
</style>