Shades of Shamrock #1CCD9E
Tints of Shamrock #1CCD9E
RGB
CMYK
RGB Variations
Color information
#1CCD9E (or 0x1CCD9E) is known color: Shamrock. HEX triplet: 1C, CD and 9E. RGB value is (28,205,158). Sum of RGB (Red+Green+Blue) = 28+205+158=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 205 (80.47% from 255 or 52.43% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCD9E is #E33261. Grayscale: #929292. Windows color (decimal): -14889570 or 10407196. OLE color: 10407196.
HSL color Cylindrical-coordinate representation of color #1CCD9E: hue angle of 164.07º 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 #1CCD9E is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 158 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.20 |
| HSL | 164.07º | 0.76% | 0.46% | - |
| HSV(B) | 164.07º | 0.86% | 0.8% | - |
| XYZ | 28.48 | 46.38 | 39.8 | - |
| YUV | 146.72 | 134.36 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 158 | 0.86 | 0 | 0.23 | 0.20 | 164.07 | 0.76 | 0.46 |
| Hex | 1C | CD | 9E | 56 | 0 | 17 | 14 | A4 | 4C | 2E |
| Octal | 34 | 315 | 236 | 126 | 0 | 27 | 24 | 244 | 114 | 56 |
| Binary | 11100 | 11001101 | 10011110 | 1010110 | 0 | 10111 | 10100 | 10100100 | 1001100 | 101110 |
Color Harmonies of #1CCD9E
Complementary color
Monochromatic Colors of #1CCD9E
Black with #1CCD9E
Text Example
Text Example
White with #1CCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCD9E; }
p { color: rgb(28,205,158); }
H1.HeaderClassName
{
color: #1CCD9E;
}
.AnyTagClassName
{
color: #1CCD9E;
}
</style>
background-color css
<style>
a { background-color: #1CCD9E; }
a { background-color: rgb(28,205,158); }
div.DivClassName
{
background-color: #1CCD9E;
}
.BgClassName
{
background-color: #1CCD9E;
}
</style>
border-color css
<style>
span { border-color: #1CCD9E; }
span { border-color: rgb(28,205,158); }
td.TdClassName
{
border-color: #1CCD9E;
}
.TagClassName
{
border-color: #1CCD9E;
}
</style>