Shades of Shamrock #1CDEA1
Tints of Shamrock #1CDEA1
RGB
CMYK
RGB Variations
Color information
#1CDEA1 (or 0x1CDEA1) is known color: Shamrock. HEX triplet: 1C, DE and A1. RGB value is (28,222,161). Sum of RGB (Red+Green+Blue) = 28+222+161=411 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.81% from 411); Green value is 222 (87.11% from 255 or 54.01% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 222 - color contains mainly: green. Hex color #1CDEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDEA1 is #E3215E. Grayscale: #9D9D9D. Windows color (decimal): -14885215 or 10608156. OLE color: 10608156.
HSL color Cylindrical-coordinate representation of color #1CDEA1: hue angle of 161.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDEA1 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 222 | 161 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.13 |
| HSL | 161.13º | 0.78% | 0.49% | - |
| HSV(B) | 161.13º | 0.87% | 0.87% | - |
| XYZ | 33.03 | 55.06 | 42.61 | - |
| YUV | 157.04 | 130.23 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 222 | 161 | 0.87 | 0 | 0.27 | 0.13 | 161.13 | 0.78 | 0.49 |
| Hex | 1C | DE | A1 | 57 | 0 | 1B | D | A1 | 4E | 31 |
| Octal | 34 | 336 | 241 | 127 | 0 | 33 | 15 | 241 | 116 | 61 |
| Binary | 11100 | 11011110 | 10100001 | 1010111 | 0 | 11011 | 1101 | 10100001 | 1001110 | 110001 |
Color Harmonies of #1CDEA1
Complementary color
Monochromatic Colors of #1CDEA1
Black with #1CDEA1
Text Example
Text Example
White with #1CDEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDEA1; }
p { color: rgb(28,222,161); }
H1.HeaderClassName
{
color: #1CDEA1;
}
.AnyTagClassName
{
color: #1CDEA1;
}
</style>
background-color css
<style>
a { background-color: #1CDEA1; }
a { background-color: rgb(28,222,161); }
div.DivClassName
{
background-color: #1CDEA1;
}
.BgClassName
{
background-color: #1CDEA1;
}
</style>
border-color css
<style>
span { border-color: #1CDEA1; }
span { border-color: rgb(28,222,161); }
td.TdClassName
{
border-color: #1CDEA1;
}
.TagClassName
{
border-color: #1CDEA1;
}
</style>