Shades of Shamrock #2CE2A4
Tints of Shamrock #2CE2A4
RGB
CMYK
RGB Variations
Color information
#2CE2A4 (or 0x2CE2A4) is known color: Shamrock. HEX triplet: 2C, E2 and A4. RGB value is (44,226,164). Sum of RGB (Red+Green+Blue) = 44+226+164=434 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.14% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE2A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE2A4 is #D31D5B. Grayscale: #A4A4A4. Windows color (decimal): -13835612 or 10805804. OLE color: 10805804.
HSL color Cylindrical-coordinate representation of color #2CE2A4: hue angle of 159.56º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE2A4 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 164 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.11 |
| HSL | 159.56º | 0.76% | 0.53% | - |
| HSV(B) | 159.56º | 0.81% | 0.89% | - |
| XYZ | 34.94 | 57.61 | 44.4 | - |
| YUV | 164.51 | 127.7 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 164 | 0.81 | 0 | 0.27 | 0.11 | 159.56 | 0.76 | 0.53 |
| Hex | 2C | E2 | A4 | 51 | 0 | 1B | B | A0 | 4C | 35 |
| Octal | 54 | 342 | 244 | 121 | 0 | 33 | 13 | 240 | 114 | 65 |
| Binary | 101100 | 11100010 | 10100100 | 1010001 | 0 | 11011 | 1011 | 10100000 | 1001100 | 110101 |
Color Harmonies of #2CE2A4
Complementary color
Monochromatic Colors of #2CE2A4
Black with #2CE2A4
Text Example
Text Example
White with #2CE2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE2A4; }
p { color: rgb(44,226,164); }
H1.HeaderClassName
{
color: #2CE2A4;
}
.AnyTagClassName
{
color: #2CE2A4;
}
</style>
background-color css
<style>
a { background-color: #2CE2A4; }
a { background-color: rgb(44,226,164); }
div.DivClassName
{
background-color: #2CE2A4;
}
.BgClassName
{
background-color: #2CE2A4;
}
</style>
border-color css
<style>
span { border-color: #2CE2A4; }
span { border-color: rgb(44,226,164); }
td.TdClassName
{
border-color: #2CE2A4;
}
.TagClassName
{
border-color: #2CE2A4;
}
</style>