Shades of Shamrock #1DCF89
Tints of Shamrock #1DCF89
RGB
CMYK
RGB Variations
Color information
#1DCF89 (or 0x1DCF89) is known color: Shamrock. HEX triplet: 1D, CF and 89. RGB value is (29,207,137). Sum of RGB (Red+Green+Blue) = 29+207+137=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #1DCF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCF89 is #E23076. Grayscale: #919191. Windows color (decimal): -14823543 or 9031453. OLE color: 9031453.
HSL color Cylindrical-coordinate representation of color #1DCF89: hue angle of 156.4º 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 #1DCF89 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 207 | 137 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.19 |
| HSL | 156.4º | 0.75% | 0.46% | - |
| HSV(B) | 156.4º | 0.86% | 0.81% | - |
| XYZ | 27.33 | 46.69 | 31.24 | - |
| YUV | 145.8 | 123.03 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 137 | 0.86 | 0 | 0.34 | 0.19 | 156.4 | 0.75 | 0.46 |
| Hex | 1D | CF | 89 | 56 | 0 | 22 | 13 | 9C | 4B | 2E |
| Octal | 35 | 317 | 211 | 126 | 0 | 42 | 23 | 234 | 113 | 56 |
| Binary | 11101 | 11001111 | 10001001 | 1010110 | 0 | 100010 | 10011 | 10011100 | 1001011 | 101110 |
Color Harmonies of #1DCF89
Complementary color
Monochromatic Colors of #1DCF89
Black with #1DCF89
Text Example
Text Example
White with #1DCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCF89; }
p { color: rgb(29,207,137); }
H1.HeaderClassName
{
color: #1DCF89;
}
.AnyTagClassName
{
color: #1DCF89;
}
</style>
background-color css
<style>
a { background-color: #1DCF89; }
a { background-color: rgb(29,207,137); }
div.DivClassName
{
background-color: #1DCF89;
}
.BgClassName
{
background-color: #1DCF89;
}
</style>
border-color css
<style>
span { border-color: #1DCF89; }
span { border-color: rgb(29,207,137); }
td.TdClassName
{
border-color: #1DCF89;
}
.TagClassName
{
border-color: #1DCF89;
}
</style>