Shades of Shamrock #20DDA0
Tints of Shamrock #20DDA0
RGB
CMYK
RGB Variations
Color information
#20DDA0 (or 0x20DDA0) is known color: Shamrock. HEX triplet: 20, DD and A0. RGB value is (32,221,160). Sum of RGB (Red+Green+Blue) = 32+221+160=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DDA0 is #DF225F. Grayscale: #9D9D9D. Windows color (decimal): -14623328 or 10542368. OLE color: 10542368.
HSL color Cylindrical-coordinate representation of color #20DDA0: hue angle of 160.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DDA0 is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 160 | - |
| CMYK | 0.86 | 0 | 0.28 | 0.13 |
| HSL | 160.63º | 0.75% | 0.5% | - |
| HSV(B) | 160.63º | 0.86% | 0.87% | - |
| XYZ | 32.8 | 54.56 | 42.06 | - |
| YUV | 157.54 | 129.38 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 160 | 0.86 | 0 | 0.28 | 0.13 | 160.63 | 0.75 | 0.5 |
| Hex | 20 | DD | A0 | 56 | 0 | 1C | D | A1 | 4B | 32 |
| Octal | 40 | 335 | 240 | 126 | 0 | 34 | 15 | 241 | 113 | 62 |
| Binary | 100000 | 11011101 | 10100000 | 1010110 | 0 | 11100 | 1101 | 10100001 | 1001011 | 110010 |
Color Harmonies of #20DDA0
Complementary color
Monochromatic Colors of #20DDA0
Black with #20DDA0
Text Example
Text Example
White with #20DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDA0; }
p { color: rgb(32,221,160); }
H1.HeaderClassName
{
color: #20DDA0;
}
.AnyTagClassName
{
color: #20DDA0;
}
</style>
background-color css
<style>
a { background-color: #20DDA0; }
a { background-color: rgb(32,221,160); }
div.DivClassName
{
background-color: #20DDA0;
}
.BgClassName
{
background-color: #20DDA0;
}
</style>
border-color css
<style>
span { border-color: #20DDA0; }
span { border-color: rgb(32,221,160); }
td.TdClassName
{
border-color: #20DDA0;
}
.TagClassName
{
border-color: #20DDA0;
}
</style>