Shades of Shamrock #1DCE8A
Tints of Shamrock #1DCE8A
RGB
CMYK
RGB Variations
Color information
#1DCE8A (or 0x1DCE8A) is known color: Shamrock. HEX triplet: 1D, CE and 8A. RGB value is (29,206,138). Sum of RGB (Red+Green+Blue) = 29+206+138=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCE8A is #E23175. Grayscale: #919191. Windows color (decimal): -14823798 or 9096733. OLE color: 9096733.
HSL color Cylindrical-coordinate representation of color #1DCE8A: hue angle of 156.95º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCE8A is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 138 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.19 |
| HSL | 156.95º | 0.75% | 0.46% | - |
| HSV(B) | 156.95º | 0.86% | 0.81% | - |
| XYZ | 27.17 | 46.24 | 31.54 | - |
| YUV | 145.33 | 123.86 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 138 | 0.86 | 0 | 0.33 | 0.19 | 156.95 | 0.75 | 0.46 |
| Hex | 1D | CE | 8A | 56 | 0 | 21 | 13 | 9D | 4B | 2E |
| Octal | 35 | 316 | 212 | 126 | 0 | 41 | 23 | 235 | 113 | 56 |
| Binary | 11101 | 11001110 | 10001010 | 1010110 | 0 | 100001 | 10011 | 10011101 | 1001011 | 101110 |
Color Harmonies of #1DCE8A
Complementary color
Monochromatic Colors of #1DCE8A
Black with #1DCE8A
Text Example
Text Example
White with #1DCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE8A; }
p { color: rgb(29,206,138); }
H1.HeaderClassName
{
color: #1DCE8A;
}
.AnyTagClassName
{
color: #1DCE8A;
}
</style>
background-color css
<style>
a { background-color: #1DCE8A; }
a { background-color: rgb(29,206,138); }
div.DivClassName
{
background-color: #1DCE8A;
}
.BgClassName
{
background-color: #1DCE8A;
}
</style>
border-color css
<style>
span { border-color: #1DCE8A; }
span { border-color: rgb(29,206,138); }
td.TdClassName
{
border-color: #1DCE8A;
}
.TagClassName
{
border-color: #1DCE8A;
}
</style>