Shades of Shamrock #1DC59F
Tints of Shamrock #1DC59F
RGB
CMYK
RGB Variations
Color information
#1DC59F (or 0x1DC59F) is known color: Shamrock. HEX triplet: 1D, C5 and 9F. RGB value is (29,197,159). Sum of RGB (Red+Green+Blue) = 29+197+159=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC59F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC59F is #E23A60. Grayscale: #8E8E8E. Windows color (decimal): -14826081 or 10470685. OLE color: 10470685.
HSL color Cylindrical-coordinate representation of color #1DC59F: hue angle of 166.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC59F is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 159 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.23 |
| HSL | 166.43º | 0.74% | 0.44% | - |
| HSV(B) | 166.43º | 0.85% | 0.77% | - |
| XYZ | 26.73 | 42.7 | 39.63 | - |
| YUV | 142.44 | 137.34 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 159 | 0.85 | 0 | 0.19 | 0.23 | 166.43 | 0.74 | 0.44 |
| Hex | 1D | C5 | 9F | 55 | 0 | 13 | 17 | A6 | 4A | 2C |
| Octal | 35 | 305 | 237 | 125 | 0 | 23 | 27 | 246 | 112 | 54 |
| Binary | 11101 | 11000101 | 10011111 | 1010101 | 0 | 10011 | 10111 | 10100110 | 1001010 | 101100 |
Color Harmonies of #1DC59F
Complementary color
Monochromatic Colors of #1DC59F
Black with #1DC59F
Text Example
Text Example
White with #1DC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC59F; }
p { color: rgb(29,197,159); }
H1.HeaderClassName
{
color: #1DC59F;
}
.AnyTagClassName
{
color: #1DC59F;
}
</style>
background-color css
<style>
a { background-color: #1DC59F; }
a { background-color: rgb(29,197,159); }
div.DivClassName
{
background-color: #1DC59F;
}
.BgClassName
{
background-color: #1DC59F;
}
</style>
border-color css
<style>
span { border-color: #1DC59F; }
span { border-color: rgb(29,197,159); }
td.TdClassName
{
border-color: #1DC59F;
}
.TagClassName
{
border-color: #1DC59F;
}
</style>