Shades of Shamrock #1DCC91
Tints of Shamrock #1DCC91
RGB
CMYK
RGB Variations
Color information
#1DCC91 (or 0x1DCC91) is known color: Shamrock. HEX triplet: 1D, CC and 91. RGB value is (29,204,145). Sum of RGB (Red+Green+Blue) = 29+204+145=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC91 is #E2336E. Grayscale: #919191. Windows color (decimal): -14824303 or 9554973. OLE color: 9554973.
HSL color Cylindrical-coordinate representation of color #1DCC91: hue angle of 159.77º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC91 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 145 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.2 |
| HSL | 159.77º | 0.75% | 0.46% | - |
| HSV(B) | 159.77º | 0.86% | 0.8% | - |
| XYZ | 27.21 | 45.49 | 34.13 | - |
| YUV | 144.95 | 128.02 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 145 | 0.86 | 0 | 0.29 | 0.2 | 159.77 | 0.75 | 0.46 |
| Hex | 1D | CC | 91 | 56 | 0 | 1D | 14 | A0 | 4B | 2E |
| Octal | 35 | 314 | 221 | 126 | 0 | 35 | 24 | 240 | 113 | 56 |
| Binary | 11101 | 11001100 | 10010001 | 1010110 | 0 | 11101 | 10100 | 10100000 | 1001011 | 101110 |
Color Harmonies of #1DCC91
Complementary color
Monochromatic Colors of #1DCC91
Black with #1DCC91
Text Example
Text Example
White with #1DCC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC91; }
p { color: rgb(29,204,145); }
H1.HeaderClassName
{
color: #1DCC91;
}
.AnyTagClassName
{
color: #1DCC91;
}
</style>
background-color css
<style>
a { background-color: #1DCC91; }
a { background-color: rgb(29,204,145); }
div.DivClassName
{
background-color: #1DCC91;
}
.BgClassName
{
background-color: #1DCC91;
}
</style>
border-color css
<style>
span { border-color: #1DCC91; }
span { border-color: rgb(29,204,145); }
td.TdClassName
{
border-color: #1DCC91;
}
.TagClassName
{
border-color: #1DCC91;
}
</style>