Shades of Shamrock #20DCA5
Tints of Shamrock #20DCA5
RGB
CMYK
RGB Variations
Color information
#20DCA5 (or 0x20DCA5) is known color: Shamrock. HEX triplet: 20, DC and A5. RGB value is (32,220,165). Sum of RGB (Red+Green+Blue) = 32+220+165=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DCA5 is #DF235A. Grayscale: #9D9D9D. Windows color (decimal): -14623579 or 10869792. OLE color: 10869792.
HSL color Cylindrical-coordinate representation of color #20DCA5: hue angle of 162.45º 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 #20DCA5 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 165 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.14 |
| HSL | 162.45º | 0.75% | 0.49% | - |
| HSV(B) | 162.45º | 0.85% | 0.86% | - |
| XYZ | 32.98 | 54.21 | 44.32 | - |
| YUV | 157.52 | 132.22 | 38.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 165 | 0.85 | 0 | 0.25 | 0.14 | 162.45 | 0.75 | 0.49 |
| Hex | 20 | DC | A5 | 55 | 0 | 19 | E | A2 | 4B | 31 |
| Octal | 40 | 334 | 245 | 125 | 0 | 31 | 16 | 242 | 113 | 61 |
| Binary | 100000 | 11011100 | 10100101 | 1010101 | 0 | 11001 | 1110 | 10100010 | 1001011 | 110001 |
Color Harmonies of #20DCA5
Complementary color
Monochromatic Colors of #20DCA5
Black with #20DCA5
Text Example
Text Example
White with #20DCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCA5; }
p { color: rgb(32,220,165); }
H1.HeaderClassName
{
color: #20DCA5;
}
.AnyTagClassName
{
color: #20DCA5;
}
</style>
background-color css
<style>
a { background-color: #20DCA5; }
a { background-color: rgb(32,220,165); }
div.DivClassName
{
background-color: #20DCA5;
}
.BgClassName
{
background-color: #20DCA5;
}
</style>
border-color css
<style>
span { border-color: #20DCA5; }
span { border-color: rgb(32,220,165); }
td.TdClassName
{
border-color: #20DCA5;
}
.TagClassName
{
border-color: #20DCA5;
}
</style>