Shades of Shamrock #1CE4A2
Tints of Shamrock #1CE4A2
RGB
CMYK
RGB Variations
Color information
#1CE4A2 (or 0x1CE4A2) is known color: Shamrock. HEX triplet: 1C, E4 and A2. RGB value is (28,228,162). Sum of RGB (Red+Green+Blue) = 28+228+162=418 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.70% from 418); Green value is 228 (89.45% from 255 or 54.55% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE4A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE4A2 is #E31B5D. Grayscale: #A0A0A0. Windows color (decimal): -14883678 or 10675228. OLE color: 10675228.
HSL color Cylindrical-coordinate representation of color #1CE4A2: hue angle of 160.2º 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 #1CE4A2 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 162 | - |
| CMYK | 0.88 | 0 | 0.29 | 0.11 |
| HSL | 160.2º | 0.79% | 0.5% | - |
| HSV(B) | 160.2º | 0.88% | 0.89% | - |
| XYZ | 34.74 | 58.34 | 43.61 | - |
| YUV | 160.68 | 128.74 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 162 | 0.88 | 0 | 0.29 | 0.11 | 160.2 | 0.79 | 0.5 |
| Hex | 1C | E4 | A2 | 58 | 0 | 1D | B | A0 | 4F | 32 |
| Octal | 34 | 344 | 242 | 130 | 0 | 35 | 13 | 240 | 117 | 62 |
| Binary | 11100 | 11100100 | 10100010 | 1011000 | 0 | 11101 | 1011 | 10100000 | 1001111 | 110010 |
Color Harmonies of #1CE4A2
Complementary color
Monochromatic Colors of #1CE4A2
Black with #1CE4A2
Text Example
Text Example
White with #1CE4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE4A2; }
p { color: rgb(28,228,162); }
H1.HeaderClassName
{
color: #1CE4A2;
}
.AnyTagClassName
{
color: #1CE4A2;
}
</style>
background-color css
<style>
a { background-color: #1CE4A2; }
a { background-color: rgb(28,228,162); }
div.DivClassName
{
background-color: #1CE4A2;
}
.BgClassName
{
background-color: #1CE4A2;
}
</style>
border-color css
<style>
span { border-color: #1CE4A2; }
span { border-color: rgb(28,228,162); }
td.TdClassName
{
border-color: #1CE4A2;
}
.TagClassName
{
border-color: #1CE4A2;
}
</style>