Shades of Shamrock #1DE4A2
Tints of Shamrock #1DE4A2
RGB
CMYK
RGB Variations
Color information
#1DE4A2 (or 0x1DE4A2) is known color: Shamrock. HEX triplet: 1D, E4 and A2. RGB value is (29,228,162). Sum of RGB (Red+Green+Blue) = 29+228+162=419 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.92% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #1DE4A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DE4A2 is #E21B5D. Grayscale: #A1A1A1. Windows color (decimal): -14818142 or 10675229. OLE color: 10675229.
HSL color Cylindrical-coordinate representation of color #1DE4A2: hue angle of 160.1º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE4A2 is Cyan = 0.87, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 29 | 228 | 162 | - |
| CMYK | 0.87 | 0 | 0.29 | 0.11 |
| HSL | 160.1º | 0.79% | 0.5% | - |
| HSV(B) | 160.1º | 0.87% | 0.89% | - |
| XYZ | 34.77 | 58.36 | 43.61 | - |
| YUV | 160.98 | 128.57 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 228 | 162 | 0.87 | 0 | 0.29 | 0.11 | 160.1 | 0.79 | 0.5 |
| Hex | 1D | E4 | A2 | 57 | 0 | 1D | B | A0 | 4F | 32 |
| Octal | 35 | 344 | 242 | 127 | 0 | 35 | 13 | 240 | 117 | 62 |
| Binary | 11101 | 11100100 | 10100010 | 1010111 | 0 | 11101 | 1011 | 10100000 | 1001111 | 110010 |
Color Harmonies of #1DE4A2
Complementary color
Monochromatic Colors of #1DE4A2
Black with #1DE4A2
Text Example
Text Example
White with #1DE4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE4A2; }
p { color: rgb(29,228,162); }
H1.HeaderClassName
{
color: #1DE4A2;
}
.AnyTagClassName
{
color: #1DE4A2;
}
</style>
background-color css
<style>
a { background-color: #1DE4A2; }
a { background-color: rgb(29,228,162); }
div.DivClassName
{
background-color: #1DE4A2;
}
.BgClassName
{
background-color: #1DE4A2;
}
</style>
border-color css
<style>
span { border-color: #1DE4A2; }
span { border-color: rgb(29,228,162); }
td.TdClassName
{
border-color: #1DE4A2;
}
.TagClassName
{
border-color: #1DE4A2;
}
</style>