Shades of Shamrock #1DC59B
Tints of Shamrock #1DC59B
RGB
CMYK
RGB Variations
Color information
#1DC59B (or 0x1DC59B) is known color: Shamrock. HEX triplet: 1D, C5 and 9B. RGB value is (29,197,155). Sum of RGB (Red+Green+Blue) = 29+197+155=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC59B is #E23A64. Grayscale: #8D8D8D. Windows color (decimal): -14826085 or 10208541. OLE color: 10208541.
HSL color Cylindrical-coordinate representation of color #1DC59B: hue angle of 165º 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 #1DC59B is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 155 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.23 |
| HSL | 165º | 0.74% | 0.44% | - |
| HSV(B) | 165º | 0.85% | 0.77% | - |
| XYZ | 26.39 | 42.56 | 37.83 | - |
| YUV | 141.98 | 135.34 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 155 | 0.85 | 0 | 0.21 | 0.23 | 165 | 0.74 | 0.44 |
| Hex | 1D | C5 | 9B | 55 | 0 | 15 | 17 | A5 | 4A | 2C |
| Octal | 35 | 305 | 233 | 125 | 0 | 25 | 27 | 245 | 112 | 54 |
| Binary | 11101 | 11000101 | 10011011 | 1010101 | 0 | 10101 | 10111 | 10100101 | 1001010 | 101100 |
Color Harmonies of #1DC59B
Complementary color
Monochromatic Colors of #1DC59B
Black with #1DC59B
Text Example
Text Example
White with #1DC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC59B; }
p { color: rgb(29,197,155); }
H1.HeaderClassName
{
color: #1DC59B;
}
.AnyTagClassName
{
color: #1DC59B;
}
</style>
background-color css
<style>
a { background-color: #1DC59B; }
a { background-color: rgb(29,197,155); }
div.DivClassName
{
background-color: #1DC59B;
}
.BgClassName
{
background-color: #1DC59B;
}
</style>
border-color css
<style>
span { border-color: #1DC59B; }
span { border-color: rgb(29,197,155); }
td.TdClassName
{
border-color: #1DC59B;
}
.TagClassName
{
border-color: #1DC59B;
}
</style>