Shades of Shamrock #20E2A4
Tints of Shamrock #20E2A4
RGB
CMYK
RGB Variations
Color information
#20E2A4 (or 0x20E2A4) is known color: Shamrock. HEX triplet: 20, E2 and A4. RGB value is (32,226,164). Sum of RGB (Red+Green+Blue) = 32+226+164=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #20E2A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E2A4 is #DF1D5B. Grayscale: #A0A0A0. Windows color (decimal): -14622044 or 10805792. OLE color: 10805792.
HSL color Cylindrical-coordinate representation of color #20E2A4: hue angle of 160.82º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E2A4 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 226 | 164 | - |
| CMYK | 0.86 | 0 | 0.27 | 0.11 |
| HSL | 160.82º | 0.77% | 0.51% | - |
| HSV(B) | 160.82º | 0.86% | 0.89% | - |
| XYZ | 34.49 | 57.38 | 44.38 | - |
| YUV | 160.93 | 129.73 | 36.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 226 | 164 | 0.86 | 0 | 0.27 | 0.11 | 160.82 | 0.77 | 0.51 |
| Hex | 20 | E2 | A4 | 56 | 0 | 1B | B | A1 | 4D | 33 |
| Octal | 40 | 342 | 244 | 126 | 0 | 33 | 13 | 241 | 115 | 63 |
| Binary | 100000 | 11100010 | 10100100 | 1010110 | 0 | 11011 | 1011 | 10100001 | 1001101 | 110011 |
Color Harmonies of #20E2A4
Complementary color
Monochromatic Colors of #20E2A4
Black with #20E2A4
Text Example
Text Example
White with #20E2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E2A4; }
p { color: rgb(32,226,164); }
H1.HeaderClassName
{
color: #20E2A4;
}
.AnyTagClassName
{
color: #20E2A4;
}
</style>
background-color css
<style>
a { background-color: #20E2A4; }
a { background-color: rgb(32,226,164); }
div.DivClassName
{
background-color: #20E2A4;
}
.BgClassName
{
background-color: #20E2A4;
}
</style>
border-color css
<style>
span { border-color: #20E2A4; }
span { border-color: rgb(32,226,164); }
td.TdClassName
{
border-color: #20E2A4;
}
.TagClassName
{
border-color: #20E2A4;
}
</style>