Shades of Shamrock #20D9A9
Tints of Shamrock #20D9A9
RGB
CMYK
RGB Variations
Color information
#20D9A9 (or 0x20D9A9) is known color: Shamrock. HEX triplet: 20, D9 and A9. RGB value is (32,217,169). Sum of RGB (Red+Green+Blue) = 32+217+169=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 217 (85.16% from 255 or 51.91% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 217 - color contains mainly: green. Hex color #20D9A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D9A9 is #DF2656. Grayscale: #9C9C9C. Windows color (decimal): -14624343 or 11131168. OLE color: 11131168.
HSL color Cylindrical-coordinate representation of color #20D9A9: hue angle of 164.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D9A9 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 169 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.15 |
| HSL | 164.43º | 0.74% | 0.49% | - |
| HSV(B) | 164.43º | 0.85% | 0.85% | - |
| XYZ | 32.57 | 52.8 | 46.01 | - |
| YUV | 156.21 | 135.21 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 169 | 0.85 | 0 | 0.22 | 0.15 | 164.43 | 0.74 | 0.49 |
| Hex | 20 | D9 | A9 | 55 | 0 | 16 | F | A4 | 4A | 31 |
| Octal | 40 | 331 | 251 | 125 | 0 | 26 | 17 | 244 | 112 | 61 |
| Binary | 100000 | 11011001 | 10101001 | 1010101 | 0 | 10110 | 1111 | 10100100 | 1001010 | 110001 |
Color Harmonies of #20D9A9
Complementary color
Monochromatic Colors of #20D9A9
Black with #20D9A9
Text Example
Text Example
White with #20D9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D9A9; }
p { color: rgb(32,217,169); }
H1.HeaderClassName
{
color: #20D9A9;
}
.AnyTagClassName
{
color: #20D9A9;
}
</style>
background-color css
<style>
a { background-color: #20D9A9; }
a { background-color: rgb(32,217,169); }
div.DivClassName
{
background-color: #20D9A9;
}
.BgClassName
{
background-color: #20D9A9;
}
</style>
border-color css
<style>
span { border-color: #20D9A9; }
span { border-color: rgb(32,217,169); }
td.TdClassName
{
border-color: #20D9A9;
}
.TagClassName
{
border-color: #20D9A9;
}
</style>