Shades of Shamrock #20E5AD
Tints of Shamrock #20E5AD
RGB
CMYK
RGB Variations
Color information
#20E5AD (or 0x20E5AD) is known color: Shamrock. HEX triplet: 20, E5 and AD. RGB value is (32,229,173). Sum of RGB (Red+Green+Blue) = 32+229+173=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #20E5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E5AD is #DF1A52. Grayscale: #A3A3A3. Windows color (decimal): -14621267 or 11396384. OLE color: 11396384.
HSL color Cylindrical-coordinate representation of color #20E5AD: hue angle of 162.94º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E5AD is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 229 | 173 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.10 |
| HSL | 162.94º | 0.79% | 0.51% | - |
| HSV(B) | 162.94º | 0.86% | 0.9% | - |
| XYZ | 36.16 | 59.36 | 49.09 | - |
| YUV | 163.71 | 133.23 | 34.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 229 | 173 | 0.86 | 0 | 0.24 | 0.10 | 162.94 | 0.79 | 0.51 |
| Hex | 20 | E5 | AD | 56 | 0 | 18 | A | A3 | 4F | 33 |
| Octal | 40 | 345 | 255 | 126 | 0 | 30 | 12 | 243 | 117 | 63 |
| Binary | 100000 | 11100101 | 10101101 | 1010110 | 0 | 11000 | 1010 | 10100011 | 1001111 | 110011 |
Color Harmonies of #20E5AD
Complementary color
Monochromatic Colors of #20E5AD
Black with #20E5AD
Text Example
Text Example
White with #20E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E5AD; }
p { color: rgb(32,229,173); }
H1.HeaderClassName
{
color: #20E5AD;
}
.AnyTagClassName
{
color: #20E5AD;
}
</style>
background-color css
<style>
a { background-color: #20E5AD; }
a { background-color: rgb(32,229,173); }
div.DivClassName
{
background-color: #20E5AD;
}
.BgClassName
{
background-color: #20E5AD;
}
</style>
border-color css
<style>
span { border-color: #20E5AD; }
span { border-color: rgb(32,229,173); }
td.TdClassName
{
border-color: #20E5AD;
}
.TagClassName
{
border-color: #20E5AD;
}
</style>