Shades of Shamrock #20DCA3
Tints of Shamrock #20DCA3
RGB
CMYK
RGB Variations
Color information
#20DCA3 (or 0x20DCA3) is known color: Shamrock. HEX triplet: 20, DC and A3. RGB value is (32,220,163). Sum of RGB (Red+Green+Blue) = 32+220+163=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DCA3 is #DF235C. Grayscale: #9D9D9D. Windows color (decimal): -14623581 or 10738720. OLE color: 10738720.
HSL color Cylindrical-coordinate representation of color #20DCA3: hue angle of 161.81º 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 #20DCA3 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 163 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.14 |
| HSL | 161.81º | 0.75% | 0.49% | - |
| HSV(B) | 161.81º | 0.85% | 0.86% | - |
| XYZ | 32.8 | 54.14 | 43.37 | - |
| YUV | 157.29 | 131.22 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 163 | 0.85 | 0 | 0.26 | 0.14 | 161.81 | 0.75 | 0.49 |
| Hex | 20 | DC | A3 | 55 | 0 | 1A | E | A2 | 4B | 31 |
| Octal | 40 | 334 | 243 | 125 | 0 | 32 | 16 | 242 | 113 | 61 |
| Binary | 100000 | 11011100 | 10100011 | 1010101 | 0 | 11010 | 1110 | 10100010 | 1001011 | 110001 |
Color Harmonies of #20DCA3
Complementary color
Monochromatic Colors of #20DCA3
Black with #20DCA3
Text Example
Text Example
White with #20DCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DCA3; }
p { color: rgb(32,220,163); }
H1.HeaderClassName
{
color: #20DCA3;
}
.AnyTagClassName
{
color: #20DCA3;
}
</style>
background-color css
<style>
a { background-color: #20DCA3; }
a { background-color: rgb(32,220,163); }
div.DivClassName
{
background-color: #20DCA3;
}
.BgClassName
{
background-color: #20DCA3;
}
</style>
border-color css
<style>
span { border-color: #20DCA3; }
span { border-color: rgb(32,220,163); }
td.TdClassName
{
border-color: #20DCA3;
}
.TagClassName
{
border-color: #20DCA3;
}
</style>