Shades of Shamrock #1CE195
Tints of Shamrock #1CE195
RGB
CMYK
RGB Variations
Color information
#1CE195 (or 0x1CE195) is known color: Shamrock. HEX triplet: 1C, E1 and 95. RGB value is (28,225,149). Sum of RGB (Red+Green+Blue) = 28+225+149=402 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.97% from 402); Green value is 225 (88.28% from 255 or 55.97% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 225 - color contains mainly: green. Hex color #1CE195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE195 is #E31E6A. Grayscale: #9D9D9D. Windows color (decimal): -14884459 or 9822492. OLE color: 9822492.
HSL color Cylindrical-coordinate representation of color #1CE195: hue angle of 156.85º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE195 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 225 | 149 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.12 |
| HSL | 156.85º | 0.78% | 0.5% | - |
| HSV(B) | 156.85º | 0.88% | 0.88% | - |
| XYZ | 32.83 | 56.27 | 37.56 | - |
| YUV | 157.43 | 123.23 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 225 | 149 | 0.88 | 0 | 0.34 | 0.12 | 156.85 | 0.78 | 0.5 |
| Hex | 1C | E1 | 95 | 58 | 0 | 22 | C | 9D | 4E | 32 |
| Octal | 34 | 341 | 225 | 130 | 0 | 42 | 14 | 235 | 116 | 62 |
| Binary | 11100 | 11100001 | 10010101 | 1011000 | 0 | 100010 | 1100 | 10011101 | 1001110 | 110010 |
Color Harmonies of #1CE195
Complementary color
Monochromatic Colors of #1CE195
Black with #1CE195
Text Example
Text Example
White with #1CE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE195; }
p { color: rgb(28,225,149); }
H1.HeaderClassName
{
color: #1CE195;
}
.AnyTagClassName
{
color: #1CE195;
}
</style>
background-color css
<style>
a { background-color: #1CE195; }
a { background-color: rgb(28,225,149); }
div.DivClassName
{
background-color: #1CE195;
}
.BgClassName
{
background-color: #1CE195;
}
</style>
border-color css
<style>
span { border-color: #1CE195; }
span { border-color: rgb(28,225,149); }
td.TdClassName
{
border-color: #1CE195;
}
.TagClassName
{
border-color: #1CE195;
}
</style>