Shades of Shamrock #1DE6A3
Tints of Shamrock #1DE6A3
RGB
CMYK
RGB Variations
Color information
#1DE6A3 (or 0x1DE6A3) is known color: Shamrock. HEX triplet: 1D, E6 and A3. RGB value is (29,230,163). Sum of RGB (Red+Green+Blue) = 29+230+163=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 230 (90.23% from 255 or 54.50% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 230 - color contains mainly: green. Hex color #1DE6A3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DE6A3 is #E2195C. Grayscale: #A2A2A2. Windows color (decimal): -14817629 or 10741277. OLE color: 10741277.
HSL color Cylindrical-coordinate representation of color #1DE6A3: hue angle of 160º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE6A3 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 29 | 230 | 163 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.10 |
| HSL | 160º | 0.8% | 0.51% | - |
| HSV(B) | 160º | 0.87% | 0.9% | - |
| XYZ | 35.41 | 59.5 | 44.27 | - |
| YUV | 162.26 | 128.41 | 32.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 230 | 163 | 0.87 | 0 | 0.29 | 0.10 | 160 | 0.8 | 0.51 |
| Hex | 1D | E6 | A3 | 57 | 0 | 1D | A | A0 | 50 | 33 |
| Octal | 35 | 346 | 243 | 127 | 0 | 35 | 12 | 240 | 120 | 63 |
| Binary | 11101 | 11100110 | 10100011 | 1010111 | 0 | 11101 | 1010 | 10100000 | 1010000 | 110011 |
Color Harmonies of #1DE6A3
Complementary color
Monochromatic Colors of #1DE6A3
Black with #1DE6A3
Text Example
Text Example
White with #1DE6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE6A3; }
p { color: rgb(29,230,163); }
H1.HeaderClassName
{
color: #1DE6A3;
}
.AnyTagClassName
{
color: #1DE6A3;
}
</style>
background-color css
<style>
a { background-color: #1DE6A3; }
a { background-color: rgb(29,230,163); }
div.DivClassName
{
background-color: #1DE6A3;
}
.BgClassName
{
background-color: #1DE6A3;
}
</style>
border-color css
<style>
span { border-color: #1DE6A3; }
span { border-color: rgb(29,230,163); }
td.TdClassName
{
border-color: #1DE6A3;
}
.TagClassName
{
border-color: #1DE6A3;
}
</style>