Shades of Shamrock #1CC59C
Tints of Shamrock #1CC59C
RGB
CMYK
RGB Variations
Color information
#1CC59C (or 0x1CC59C) is known color: Shamrock. HEX triplet: 1C, C5 and 9C. RGB value is (28,197,156). Sum of RGB (Red+Green+Blue) = 28+197+156=381 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.35% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC59C is #E33A63. Grayscale: #8D8D8D. Windows color (decimal): -14891620 or 10274076. OLE color: 10274076.
HSL color Cylindrical-coordinate representation of color #1CC59C: hue angle of 165.44º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC59C is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 156 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.23 |
| HSL | 165.44º | 0.75% | 0.44% | - |
| HSV(B) | 165.44º | 0.86% | 0.77% | - |
| XYZ | 26.45 | 42.58 | 38.28 | - |
| YUV | 141.8 | 136.01 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 156 | 0.86 | 0 | 0.21 | 0.23 | 165.44 | 0.75 | 0.44 |
| Hex | 1C | C5 | 9C | 56 | 0 | 15 | 17 | A5 | 4B | 2C |
| Octal | 34 | 305 | 234 | 126 | 0 | 25 | 27 | 245 | 113 | 54 |
| Binary | 11100 | 11000101 | 10011100 | 1010110 | 0 | 10101 | 10111 | 10100101 | 1001011 | 101100 |
Color Harmonies of #1CC59C
Complementary color
Monochromatic Colors of #1CC59C
Black with #1CC59C
Text Example
Text Example
White with #1CC59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC59C; }
p { color: rgb(28,197,156); }
H1.HeaderClassName
{
color: #1CC59C;
}
.AnyTagClassName
{
color: #1CC59C;
}
</style>
background-color css
<style>
a { background-color: #1CC59C; }
a { background-color: rgb(28,197,156); }
div.DivClassName
{
background-color: #1CC59C;
}
.BgClassName
{
background-color: #1CC59C;
}
</style>
border-color css
<style>
span { border-color: #1CC59C; }
span { border-color: rgb(28,197,156); }
td.TdClassName
{
border-color: #1CC59C;
}
.TagClassName
{
border-color: #1CC59C;
}
</style>