Shades of Shamrock #1CE096
Tints of Shamrock #1CE096
RGB
CMYK
RGB Variations
Color information
#1CE096 (or 0x1CE096) is known color: Shamrock. HEX triplet: 1C, E0 and 96. RGB value is (28,224,150). Sum of RGB (Red+Green+Blue) = 28+224+150=402 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.97% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE096 is #E31F69. Grayscale: #9D9D9D. Windows color (decimal): -14884714 or 9887772. OLE color: 9887772.
HSL color Cylindrical-coordinate representation of color #1CE096: hue angle of 157.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE096 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 150 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.12 |
| HSL | 157.35º | 0.78% | 0.49% | - |
| HSV(B) | 157.35º | 0.88% | 0.88% | - |
| XYZ | 32.64 | 55.76 | 37.9 | - |
| YUV | 156.96 | 124.07 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 150 | 0.88 | 0 | 0.33 | 0.12 | 157.35 | 0.78 | 0.49 |
| Hex | 1C | E0 | 96 | 58 | 0 | 21 | C | 9D | 4E | 31 |
| Octal | 34 | 340 | 226 | 130 | 0 | 41 | 14 | 235 | 116 | 61 |
| Binary | 11100 | 11100000 | 10010110 | 1011000 | 0 | 100001 | 1100 | 10011101 | 1001110 | 110001 |
Color Harmonies of #1CE096
Complementary color
Monochromatic Colors of #1CE096
Black with #1CE096
Text Example
Text Example
White with #1CE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE096; }
p { color: rgb(28,224,150); }
H1.HeaderClassName
{
color: #1CE096;
}
.AnyTagClassName
{
color: #1CE096;
}
</style>
background-color css
<style>
a { background-color: #1CE096; }
a { background-color: rgb(28,224,150); }
div.DivClassName
{
background-color: #1CE096;
}
.BgClassName
{
background-color: #1CE096;
}
</style>
border-color css
<style>
span { border-color: #1CE096; }
span { border-color: rgb(28,224,150); }
td.TdClassName
{
border-color: #1CE096;
}
.TagClassName
{
border-color: #1CE096;
}
</style>