Shades of Shamrock #20DDA4
Tints of Shamrock #20DDA4
RGB
CMYK
RGB Variations
Color information
#20DDA4 (or 0x20DDA4) is known color: Shamrock. HEX triplet: 20, DD and A4. RGB value is (32,221,164). Sum of RGB (Red+Green+Blue) = 32+221+164=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DDA4 is #DF225B. Grayscale: #9E9E9E. Windows color (decimal): -14623324 or 10804512. OLE color: 10804512.
HSL color Cylindrical-coordinate representation of color #20DDA4: hue angle of 161.9º 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 #20DDA4 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 164 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.13 |
| HSL | 161.9º | 0.75% | 0.5% | - |
| HSV(B) | 161.9º | 0.86% | 0.87% | - |
| XYZ | 33.15 | 54.7 | 43.93 | - |
| YUV | 157.99 | 131.38 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 164 | 0.86 | 0 | 0.26 | 0.13 | 161.9 | 0.75 | 0.5 |
| Hex | 20 | DD | A4 | 56 | 0 | 1A | D | A2 | 4B | 32 |
| Octal | 40 | 335 | 244 | 126 | 0 | 32 | 15 | 242 | 113 | 62 |
| Binary | 100000 | 11011101 | 10100100 | 1010110 | 0 | 11010 | 1101 | 10100010 | 1001011 | 110010 |
Color Harmonies of #20DDA4
Complementary color
Monochromatic Colors of #20DDA4
Black with #20DDA4
Text Example
Text Example
White with #20DDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDA4; }
p { color: rgb(32,221,164); }
H1.HeaderClassName
{
color: #20DDA4;
}
.AnyTagClassName
{
color: #20DDA4;
}
</style>
background-color css
<style>
a { background-color: #20DDA4; }
a { background-color: rgb(32,221,164); }
div.DivClassName
{
background-color: #20DDA4;
}
.BgClassName
{
background-color: #20DDA4;
}
</style>
border-color css
<style>
span { border-color: #20DDA4; }
span { border-color: rgb(32,221,164); }
td.TdClassName
{
border-color: #20DDA4;
}
.TagClassName
{
border-color: #20DDA4;
}
</style>