Shades of Shamrock #20E0A0
Tints of Shamrock #20E0A0
RGB
CMYK
RGB Variations
Color information
#20E0A0 (or 0x20E0A0) is known color: Shamrock. HEX triplet: 20, E0 and A0. RGB value is (32,224,160). Sum of RGB (Red+Green+Blue) = 32+224+160=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #20E0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E0A0 is #DF1F5F. Grayscale: #9F9F9F. Windows color (decimal): -14622560 or 10543136. OLE color: 10543136.
HSL color Cylindrical-coordinate representation of color #20E0A0: hue angle of 160º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E0A0 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 160 | - |
| CMYK | 0.86 | 0 | 0.29 | 0.12 |
| HSL | 160º | 0.76% | 0.5% | - |
| HSV(B) | 160º | 0.86% | 0.88% | - |
| XYZ | 33.6 | 56.16 | 42.33 | - |
| YUV | 159.3 | 128.39 | 37.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 160 | 0.86 | 0 | 0.29 | 0.12 | 160 | 0.76 | 0.5 |
| Hex | 20 | E0 | A0 | 56 | 0 | 1D | C | A0 | 4C | 32 |
| Octal | 40 | 340 | 240 | 126 | 0 | 35 | 14 | 240 | 114 | 62 |
| Binary | 100000 | 11100000 | 10100000 | 1010110 | 0 | 11101 | 1100 | 10100000 | 1001100 | 110010 |
Color Harmonies of #20E0A0
Complementary color
Monochromatic Colors of #20E0A0
Black with #20E0A0
Text Example
Text Example
White with #20E0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E0A0; }
p { color: rgb(32,224,160); }
H1.HeaderClassName
{
color: #20E0A0;
}
.AnyTagClassName
{
color: #20E0A0;
}
</style>
background-color css
<style>
a { background-color: #20E0A0; }
a { background-color: rgb(32,224,160); }
div.DivClassName
{
background-color: #20E0A0;
}
.BgClassName
{
background-color: #20E0A0;
}
</style>
border-color css
<style>
span { border-color: #20E0A0; }
span { border-color: rgb(32,224,160); }
td.TdClassName
{
border-color: #20E0A0;
}
.TagClassName
{
border-color: #20E0A0;
}
</style>