Shades of Shamrock #1CE49A
Tints of Shamrock #1CE49A
RGB
CMYK
RGB Variations
Color information
#1CE49A (or 0x1CE49A) is known color: Shamrock. HEX triplet: 1C, E4 and 9A. RGB value is (28,228,154). Sum of RGB (Red+Green+Blue) = 28+228+154=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 228 (89.45% from 255 or 55.61% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE49A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CE49A is #E31B65. Grayscale: #9F9F9F. Windows color (decimal): -14883686 or 10150940. OLE color: 10150940.
HSL color Cylindrical-coordinate representation of color #1CE49A: hue angle of 157.8º 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 #1CE49A is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 154 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.11 |
| HSL | 157.8º | 0.79% | 0.5% | - |
| HSV(B) | 157.8º | 0.88% | 0.89% | - |
| XYZ | 34.06 | 58.07 | 39.98 | - |
| YUV | 159.76 | 124.74 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 154 | 0.88 | 0 | 0.32 | 0.11 | 157.8 | 0.79 | 0.5 |
| Hex | 1C | E4 | 9A | 58 | 0 | 20 | B | 9E | 4F | 32 |
| Octal | 34 | 344 | 232 | 130 | 0 | 40 | 13 | 236 | 117 | 62 |
| Binary | 11100 | 11100100 | 10011010 | 1011000 | 0 | 100000 | 1011 | 10011110 | 1001111 | 110010 |
Color Harmonies of #1CE49A
Complementary color
Monochromatic Colors of #1CE49A
Black with #1CE49A
Text Example
Text Example
White with #1CE49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE49A; }
p { color: rgb(28,228,154); }
H1.HeaderClassName
{
color: #1CE49A;
}
.AnyTagClassName
{
color: #1CE49A;
}
</style>
background-color css
<style>
a { background-color: #1CE49A; }
a { background-color: rgb(28,228,154); }
div.DivClassName
{
background-color: #1CE49A;
}
.BgClassName
{
background-color: #1CE49A;
}
</style>
border-color css
<style>
span { border-color: #1CE49A; }
span { border-color: rgb(28,228,154); }
td.TdClassName
{
border-color: #1CE49A;
}
.TagClassName
{
border-color: #1CE49A;
}
</style>