Shades of Shamrock #20E0AD
Tints of Shamrock #20E0AD
RGB
CMYK
RGB Variations
Color information
#20E0AD (or 0x20E0AD) is known color: Shamrock. HEX triplet: 20, E0 and AD. RGB value is (32,224,173). Sum of RGB (Red+Green+Blue) = 32+224+173=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #20E0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E0AD is #DF1F52. Grayscale: #A0A0A0. Windows color (decimal): -14622547 or 11395104. OLE color: 11395104.
HSL color Cylindrical-coordinate representation of color #20E0AD: hue angle of 164.06º 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 #20E0AD is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 173 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.12 |
| HSL | 164.06º | 0.76% | 0.5% | - |
| HSV(B) | 164.06º | 0.86% | 0.88% | - |
| XYZ | 34.79 | 56.64 | 48.63 | - |
| YUV | 160.78 | 134.89 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 173 | 0.86 | 0 | 0.23 | 0.12 | 164.06 | 0.76 | 0.5 |
| Hex | 20 | E0 | AD | 56 | 0 | 17 | C | A4 | 4C | 32 |
| Octal | 40 | 340 | 255 | 126 | 0 | 27 | 14 | 244 | 114 | 62 |
| Binary | 100000 | 11100000 | 10101101 | 1010110 | 0 | 10111 | 1100 | 10100100 | 1001100 | 110010 |
Color Harmonies of #20E0AD
Complementary color
Monochromatic Colors of #20E0AD
Black with #20E0AD
Text Example
Text Example
White with #20E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E0AD; }
p { color: rgb(32,224,173); }
H1.HeaderClassName
{
color: #20E0AD;
}
.AnyTagClassName
{
color: #20E0AD;
}
</style>
background-color css
<style>
a { background-color: #20E0AD; }
a { background-color: rgb(32,224,173); }
div.DivClassName
{
background-color: #20E0AD;
}
.BgClassName
{
background-color: #20E0AD;
}
</style>
border-color css
<style>
span { border-color: #20E0AD; }
span { border-color: rgb(32,224,173); }
td.TdClassName
{
border-color: #20E0AD;
}
.TagClassName
{
border-color: #20E0AD;
}
</style>