Shades of Shamrock #1DE1A8
Tints of Shamrock #1DE1A8
RGB
CMYK
RGB Variations
Color information
#1DE1A8 (or 0x1DE1A8) is known color: Shamrock. HEX triplet: 1D, E1 and A8. RGB value is (29,225,168). Sum of RGB (Red+Green+Blue) = 29+225+168=422 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.87% from 422); Green value is 225 (88.28% from 255 or 53.32% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 225 - color contains mainly: green. Hex color #1DE1A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DE1A8 is #E21E57. Grayscale: #9F9F9F. Windows color (decimal): -14818904 or 11067677. OLE color: 11067677.
HSL color Cylindrical-coordinate representation of color #1DE1A8: hue angle of 162.55º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE1A8 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 29 | 225 | 168 | - |
| CMYK | 0.87 | 0 | 0.25 | 0.12 |
| HSL | 162.55º | 0.77% | 0.5% | - |
| HSV(B) | 162.55º | 0.87% | 0.88% | - |
| XYZ | 34.5 | 56.94 | 46.22 | - |
| YUV | 159.9 | 132.57 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 225 | 168 | 0.87 | 0 | 0.25 | 0.12 | 162.55 | 0.77 | 0.5 |
| Hex | 1D | E1 | A8 | 57 | 0 | 19 | C | A3 | 4D | 32 |
| Octal | 35 | 341 | 250 | 127 | 0 | 31 | 14 | 243 | 115 | 62 |
| Binary | 11101 | 11100001 | 10101000 | 1010111 | 0 | 11001 | 1100 | 10100011 | 1001101 | 110010 |
Color Harmonies of #1DE1A8
Complementary color
Monochromatic Colors of #1DE1A8
Black with #1DE1A8
Text Example
Text Example
White with #1DE1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DE1A8; }
p { color: rgb(29,225,168); }
H1.HeaderClassName
{
color: #1DE1A8;
}
.AnyTagClassName
{
color: #1DE1A8;
}
</style>
background-color css
<style>
a { background-color: #1DE1A8; }
a { background-color: rgb(29,225,168); }
div.DivClassName
{
background-color: #1DE1A8;
}
.BgClassName
{
background-color: #1DE1A8;
}
</style>
border-color css
<style>
span { border-color: #1DE1A8; }
span { border-color: rgb(29,225,168); }
td.TdClassName
{
border-color: #1DE1A8;
}
.TagClassName
{
border-color: #1DE1A8;
}
</style>