Shades of Shamrock #20DDA7
Tints of Shamrock #20DDA7
RGB
CMYK
RGB Variations
Color information
#20DDA7 (or 0x20DDA7) is known color: Shamrock. HEX triplet: 20, DD and A7. RGB value is (32,221,167). Sum of RGB (Red+Green+Blue) = 32+221+167=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DDA7 is #DF2258. Grayscale: #9E9E9E. Windows color (decimal): -14623321 or 11001120. OLE color: 11001120.
HSL color Cylindrical-coordinate representation of color #20DDA7: hue angle of 162.86º 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 #20DDA7 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 167 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.13 |
| HSL | 162.86º | 0.75% | 0.5% | - |
| HSV(B) | 162.86º | 0.86% | 0.87% | - |
| XYZ | 33.43 | 54.81 | 45.38 | - |
| YUV | 158.33 | 132.88 | 37.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 167 | 0.86 | 0 | 0.24 | 0.13 | 162.86 | 0.75 | 0.5 |
| Hex | 20 | DD | A7 | 56 | 0 | 18 | D | A3 | 4B | 32 |
| Octal | 40 | 335 | 247 | 126 | 0 | 30 | 15 | 243 | 113 | 62 |
| Binary | 100000 | 11011101 | 10100111 | 1010110 | 0 | 11000 | 1101 | 10100011 | 1001011 | 110010 |
Color Harmonies of #20DDA7
Complementary color
Monochromatic Colors of #20DDA7
Black with #20DDA7
Text Example
Text Example
White with #20DDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDA7; }
p { color: rgb(32,221,167); }
H1.HeaderClassName
{
color: #20DDA7;
}
.AnyTagClassName
{
color: #20DDA7;
}
</style>
background-color css
<style>
a { background-color: #20DDA7; }
a { background-color: rgb(32,221,167); }
div.DivClassName
{
background-color: #20DDA7;
}
.BgClassName
{
background-color: #20DDA7;
}
</style>
border-color css
<style>
span { border-color: #20DDA7; }
span { border-color: rgb(32,221,167); }
td.TdClassName
{
border-color: #20DDA7;
}
.TagClassName
{
border-color: #20DDA7;
}
</style>