Shades of Shamrock #1DCF8C
Tints of Shamrock #1DCF8C
RGB
CMYK
RGB Variations
Color information
#1DCF8C (or 0x1DCF8C) is known color: Shamrock. HEX triplet: 1D, CF and 8C. RGB value is (29,207,140). Sum of RGB (Red+Green+Blue) = 29+207+140=376 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.71% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCF8C is #E23073. Grayscale: #929292. Windows color (decimal): -14823540 or 9228061. OLE color: 9228061.
HSL color Cylindrical-coordinate representation of color #1DCF8C: hue angle of 157.42º 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 #1DCF8C is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 140 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.19 |
| HSL | 157.42º | 0.75% | 0.46% | - |
| HSV(B) | 157.42º | 0.86% | 0.81% | - |
| XYZ | 27.55 | 46.78 | 32.39 | - |
| YUV | 146.14 | 124.53 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 140 | 0.86 | 0 | 0.32 | 0.19 | 157.42 | 0.75 | 0.46 |
| Hex | 1D | CF | 8C | 56 | 0 | 20 | 13 | 9D | 4B | 2E |
| Octal | 35 | 317 | 214 | 126 | 0 | 40 | 23 | 235 | 113 | 56 |
| Binary | 11101 | 11001111 | 10001100 | 1010110 | 0 | 100000 | 10011 | 10011101 | 1001011 | 101110 |
Color Harmonies of #1DCF8C
Complementary color
Monochromatic Colors of #1DCF8C
Black with #1DCF8C
Text Example
Text Example
White with #1DCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF8C; }
p { color: rgb(29,207,140); }
H1.HeaderClassName
{
color: #1DCF8C;
}
.AnyTagClassName
{
color: #1DCF8C;
}
</style>
background-color css
<style>
a { background-color: #1DCF8C; }
a { background-color: rgb(29,207,140); }
div.DivClassName
{
background-color: #1DCF8C;
}
.BgClassName
{
background-color: #1DCF8C;
}
</style>
border-color css
<style>
span { border-color: #1DCF8C; }
span { border-color: rgb(29,207,140); }
td.TdClassName
{
border-color: #1DCF8C;
}
.TagClassName
{
border-color: #1DCF8C;
}
</style>