Shades of Shamrock #20DDA8
Tints of Shamrock #20DDA8
RGB
CMYK
RGB Variations
Color information
#20DDA8 (or 0x20DDA8) is known color: Shamrock. HEX triplet: 20, DD and A8. RGB value is (32,221,168). Sum of RGB (Red+Green+Blue) = 32+221+168=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DDA8 is #DF2257. Grayscale: #9E9E9E. Windows color (decimal): -14623320 or 11066656. OLE color: 11066656.
HSL color Cylindrical-coordinate representation of color #20DDA8: hue angle of 163.17º 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 #20DDA8 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 168 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.13 |
| HSL | 163.17º | 0.75% | 0.5% | - |
| HSV(B) | 163.17º | 0.86% | 0.87% | - |
| XYZ | 33.52 | 54.85 | 45.87 | - |
| YUV | 158.45 | 133.38 | 37.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 168 | 0.86 | 0 | 0.24 | 0.13 | 163.17 | 0.75 | 0.5 |
| Hex | 20 | DD | A8 | 56 | 0 | 18 | D | A3 | 4B | 32 |
| Octal | 40 | 335 | 250 | 126 | 0 | 30 | 15 | 243 | 113 | 62 |
| Binary | 100000 | 11011101 | 10101000 | 1010110 | 0 | 11000 | 1101 | 10100011 | 1001011 | 110010 |
Color Harmonies of #20DDA8
Complementary color
Monochromatic Colors of #20DDA8
Black with #20DDA8
Text Example
Text Example
White with #20DDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDA8; }
p { color: rgb(32,221,168); }
H1.HeaderClassName
{
color: #20DDA8;
}
.AnyTagClassName
{
color: #20DDA8;
}
</style>
background-color css
<style>
a { background-color: #20DDA8; }
a { background-color: rgb(32,221,168); }
div.DivClassName
{
background-color: #20DDA8;
}
.BgClassName
{
background-color: #20DDA8;
}
</style>
border-color css
<style>
span { border-color: #20DDA8; }
span { border-color: rgb(32,221,168); }
td.TdClassName
{
border-color: #20DDA8;
}
.TagClassName
{
border-color: #20DDA8;
}
</style>