Shades of Shamrock #20DDAA
Tints of Shamrock #20DDAA
RGB
CMYK
RGB Variations
Color information
#20DDAA (or 0x20DDAA) is known color: Shamrock. HEX triplet: 20, DD and AA. RGB value is (32,221,170). Sum of RGB (Red+Green+Blue) = 32+221+170=423 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.57% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DDAA is #DF2255. Grayscale: #9E9E9E. Windows color (decimal): -14623318 or 11197728. OLE color: 11197728.
HSL color Cylindrical-coordinate representation of color #20DDAA: hue angle of 163.81º 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 #20DDAA is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 221 | 170 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.13 |
| HSL | 163.81º | 0.75% | 0.5% | - |
| HSV(B) | 163.81º | 0.86% | 0.87% | - |
| XYZ | 33.71 | 54.92 | 46.85 | - |
| YUV | 158.68 | 134.38 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 221 | 170 | 0.86 | 0 | 0.23 | 0.13 | 163.81 | 0.75 | 0.5 |
| Hex | 20 | DD | AA | 56 | 0 | 17 | D | A4 | 4B | 32 |
| Octal | 40 | 335 | 252 | 126 | 0 | 27 | 15 | 244 | 113 | 62 |
| Binary | 100000 | 11011101 | 10101010 | 1010110 | 0 | 10111 | 1101 | 10100100 | 1001011 | 110010 |
Color Harmonies of #20DDAA
Complementary color
Monochromatic Colors of #20DDAA
Black with #20DDAA
Text Example
Text Example
White with #20DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DDAA; }
p { color: rgb(32,221,170); }
H1.HeaderClassName
{
color: #20DDAA;
}
.AnyTagClassName
{
color: #20DDAA;
}
</style>
background-color css
<style>
a { background-color: #20DDAA; }
a { background-color: rgb(32,221,170); }
div.DivClassName
{
background-color: #20DDAA;
}
.BgClassName
{
background-color: #20DDAA;
}
</style>
border-color css
<style>
span { border-color: #20DDAA; }
span { border-color: rgb(32,221,170); }
td.TdClassName
{
border-color: #20DDAA;
}
.TagClassName
{
border-color: #20DDAA;
}
</style>