Shades of Shamrock #1DD09A
Tints of Shamrock #1DD09A
RGB
CMYK
RGB Variations
Color information
#1DD09A (or 0x1DD09A) is known color: Shamrock. HEX triplet: 1D, D0 and 9A. RGB value is (29,208,154). Sum of RGB (Red+Green+Blue) = 29+208+154=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD09A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD09A is #E22F65. Grayscale: #949494. Windows color (decimal): -14823270 or 10145821. OLE color: 10145821.
HSL color Cylindrical-coordinate representation of color #1DD09A: hue angle of 161.9º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD09A is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 154 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.18 |
| HSL | 161.9º | 0.76% | 0.46% | - |
| HSV(B) | 161.9º | 0.86% | 0.82% | - |
| XYZ | 28.9 | 47.71 | 38.26 | - |
| YUV | 148.32 | 131.2 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 154 | 0.86 | 0 | 0.26 | 0.18 | 161.9 | 0.76 | 0.46 |
| Hex | 1D | D0 | 9A | 56 | 0 | 1A | 12 | A2 | 4C | 2E |
| Octal | 35 | 320 | 232 | 126 | 0 | 32 | 22 | 242 | 114 | 56 |
| Binary | 11101 | 11010000 | 10011010 | 1010110 | 0 | 11010 | 10010 | 10100010 | 1001100 | 101110 |
Color Harmonies of #1DD09A
Complementary color
Monochromatic Colors of #1DD09A
Black with #1DD09A
Text Example
Text Example
White with #1DD09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD09A; }
p { color: rgb(29,208,154); }
H1.HeaderClassName
{
color: #1DD09A;
}
.AnyTagClassName
{
color: #1DD09A;
}
</style>
background-color css
<style>
a { background-color: #1DD09A; }
a { background-color: rgb(29,208,154); }
div.DivClassName
{
background-color: #1DD09A;
}
.BgClassName
{
background-color: #1DD09A;
}
</style>
border-color css
<style>
span { border-color: #1DD09A; }
span { border-color: rgb(29,208,154); }
td.TdClassName
{
border-color: #1DD09A;
}
.TagClassName
{
border-color: #1DD09A;
}
</style>