Shades of Shamrock #1CE49D
Tints of Shamrock #1CE49D
RGB
CMYK
RGB Variations
Color information
#1CE49D (or 0x1CE49D) is known color: Shamrock. HEX triplet: 1C, E4 and 9D. RGB value is (28,228,157). Sum of RGB (Red+Green+Blue) = 28+228+157=413 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.78% from 413); Green value is 228 (89.45% from 255 or 55.21% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE49D is #E31B62. Grayscale: #A0A0A0. Windows color (decimal): -14883683 or 10347548. OLE color: 10347548.
HSL color Cylindrical-coordinate representation of color #1CE49D: hue angle of 158.7º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE49D is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 157 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.11 |
| HSL | 158.7º | 0.79% | 0.5% | - |
| HSV(B) | 158.7º | 0.88% | 0.89% | - |
| XYZ | 34.31 | 58.17 | 41.32 | - |
| YUV | 160.11 | 126.24 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 157 | 0.88 | 0 | 0.31 | 0.11 | 158.7 | 0.79 | 0.5 |
| Hex | 1C | E4 | 9D | 58 | 0 | 1F | B | 9F | 4F | 32 |
| Octal | 34 | 344 | 235 | 130 | 0 | 37 | 13 | 237 | 117 | 62 |
| Binary | 11100 | 11100100 | 10011101 | 1011000 | 0 | 11111 | 1011 | 10011111 | 1001111 | 110010 |
Color Harmonies of #1CE49D
Complementary color
Monochromatic Colors of #1CE49D
Black with #1CE49D
Text Example
Text Example
White with #1CE49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE49D; }
p { color: rgb(28,228,157); }
H1.HeaderClassName
{
color: #1CE49D;
}
.AnyTagClassName
{
color: #1CE49D;
}
</style>
background-color css
<style>
a { background-color: #1CE49D; }
a { background-color: rgb(28,228,157); }
div.DivClassName
{
background-color: #1CE49D;
}
.BgClassName
{
background-color: #1CE49D;
}
</style>
border-color css
<style>
span { border-color: #1CE49D; }
span { border-color: rgb(28,228,157); }
td.TdClassName
{
border-color: #1CE49D;
}
.TagClassName
{
border-color: #1CE49D;
}
</style>