Shades of Shamrock #1CDC9B
Tints of Shamrock #1CDC9B
RGB
CMYK
RGB Variations
Color information
#1CDC9B (or 0x1CDC9B) is known color: Shamrock. HEX triplet: 1C, DC and 9B. RGB value is (28,220,155). Sum of RGB (Red+Green+Blue) = 28+220+155=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #1CDC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDC9B is #E32364. Grayscale: #9B9B9B. Windows color (decimal): -14885733 or 10214428. OLE color: 10214428.
HSL color Cylindrical-coordinate representation of color #1CDC9B: hue angle of 159.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDC9B is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 28 | 220 | 155 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.14 |
| HSL | 159.69º | 0.77% | 0.49% | - |
| HSV(B) | 159.69º | 0.87% | 0.86% | - |
| XYZ | 31.99 | 53.8 | 39.71 | - |
| YUV | 155.18 | 127.89 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 220 | 155 | 0.87 | 0 | 0.30 | 0.14 | 159.69 | 0.77 | 0.49 |
| Hex | 1C | DC | 9B | 57 | 0 | 1E | E | A0 | 4D | 31 |
| Octal | 34 | 334 | 233 | 127 | 0 | 36 | 16 | 240 | 115 | 61 |
| Binary | 11100 | 11011100 | 10011011 | 1010111 | 0 | 11110 | 1110 | 10100000 | 1001101 | 110001 |
Color Harmonies of #1CDC9B
Complementary color
Monochromatic Colors of #1CDC9B
Black with #1CDC9B
Text Example
Text Example
White with #1CDC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDC9B; }
p { color: rgb(28,220,155); }
H1.HeaderClassName
{
color: #1CDC9B;
}
.AnyTagClassName
{
color: #1CDC9B;
}
</style>
background-color css
<style>
a { background-color: #1CDC9B; }
a { background-color: rgb(28,220,155); }
div.DivClassName
{
background-color: #1CDC9B;
}
.BgClassName
{
background-color: #1CDC9B;
}
</style>
border-color css
<style>
span { border-color: #1CDC9B; }
span { border-color: rgb(28,220,155); }
td.TdClassName
{
border-color: #1CDC9B;
}
.TagClassName
{
border-color: #1CDC9B;
}
</style>