Shades of Shamrock #20DCA0
Tints of Shamrock #20DCA0
RGB
CMYK
RGB Variations
Color information
#20DCA0 (or 0x20DCA0) is known color: Shamrock. HEX triplet: 20, DC and A0. RGB value is (32,220,160). Sum of RGB (Red+Green+Blue) = 32+220+160=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 220 (86.33% from 255 or 53.40% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DCA0 is #DF235F. Grayscale: #9C9C9C. Windows color (decimal): -14623584 or 10542112. OLE color: 10542112.
HSL color Cylindrical-coordinate representation of color #20DCA0: hue angle of 160.85º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DCA0 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 160 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.14 |
| HSL | 160.85º | 0.75% | 0.49% | - |
| HSV(B) | 160.85º | 0.85% | 0.86% | - |
| XYZ | 32.53 | 54.03 | 41.97 | - |
| YUV | 156.95 | 129.72 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 160 | 0.85 | 0 | 0.27 | 0.14 | 160.85 | 0.75 | 0.49 |
| Hex | 20 | DC | A0 | 55 | 0 | 1B | E | A1 | 4B | 31 |
| Octal | 40 | 334 | 240 | 125 | 0 | 33 | 16 | 241 | 113 | 61 |
| Binary | 100000 | 11011100 | 10100000 | 1010101 | 0 | 11011 | 1110 | 10100001 | 1001011 | 110001 |
Color Harmonies of #20DCA0
Complementary color
Monochromatic Colors of #20DCA0
Black with #20DCA0
Text Example
Text Example
White with #20DCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCA0; }
p { color: rgb(32,220,160); }
H1.HeaderClassName
{
color: #20DCA0;
}
.AnyTagClassName
{
color: #20DCA0;
}
</style>
background-color css
<style>
a { background-color: #20DCA0; }
a { background-color: rgb(32,220,160); }
div.DivClassName
{
background-color: #20DCA0;
}
.BgClassName
{
background-color: #20DCA0;
}
</style>
border-color css
<style>
span { border-color: #20DCA0; }
span { border-color: rgb(32,220,160); }
td.TdClassName
{
border-color: #20DCA0;
}
.TagClassName
{
border-color: #20DCA0;
}
</style>