Shades of Shamrock #1CCD8C
Tints of Shamrock #1CCD8C
RGB
CMYK
RGB Variations
Color information
#1CCD8C (or 0x1CCD8C) is known color: Shamrock. HEX triplet: 1C, CD and 8C. RGB value is (28,205,140). Sum of RGB (Red+Green+Blue) = 28+205+140=373 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.51% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCD8C is #E33273. Grayscale: #909090. Windows color (decimal): -14889588 or 9227548. OLE color: 9227548.
HSL color Cylindrical-coordinate representation of color #1CCD8C: hue angle of 157.97º degrees, saturation: 0.76, 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 #1CCD8C is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 140 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.20 |
| HSL | 157.97º | 0.76% | 0.46% | - |
| HSV(B) | 157.97º | 0.86% | 0.8% | - |
| XYZ | 27.04 | 45.8 | 32.23 | - |
| YUV | 144.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 140 | 0.86 | 0 | 0.32 | 0.20 | 157.97 | 0.76 | 0.46 |
| Hex | 1C | CD | 8C | 56 | 0 | 20 | 14 | 9E | 4C | 2E |
| Octal | 34 | 315 | 214 | 126 | 0 | 40 | 24 | 236 | 114 | 56 |
| Binary | 11100 | 11001101 | 10001100 | 1010110 | 0 | 100000 | 10100 | 10011110 | 1001100 | 101110 |
Color Harmonies of #1CCD8C
Complementary color
Monochromatic Colors of #1CCD8C
Black with #1CCD8C
Text Example
Text Example
White with #1CCD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCD8C; }
p { color: rgb(28,205,140); }
H1.HeaderClassName
{
color: #1CCD8C;
}
.AnyTagClassName
{
color: #1CCD8C;
}
</style>
background-color css
<style>
a { background-color: #1CCD8C; }
a { background-color: rgb(28,205,140); }
div.DivClassName
{
background-color: #1CCD8C;
}
.BgClassName
{
background-color: #1CCD8C;
}
</style>
border-color css
<style>
span { border-color: #1CCD8C; }
span { border-color: rgb(28,205,140); }
td.TdClassName
{
border-color: #1CCD8C;
}
.TagClassName
{
border-color: #1CCD8C;
}
</style>