Shades of Shamrock #20D2A9
Tints of Shamrock #20D2A9
RGB
CMYK
RGB Variations
Color information
#20D2A9 (or 0x20D2A9) is known color: Shamrock. HEX triplet: 20, D2 and A9. RGB value is (32,210,169). Sum of RGB (Red+Green+Blue) = 32+210+169=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 169 (66.41% from 255 or 41.12% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #20D2A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D2A9 is #DF2D56. Grayscale: #989898. Windows color (decimal): -14626135 or 11129376. OLE color: 11129376.
HSL color Cylindrical-coordinate representation of color #20D2A9: hue angle of 166.18º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D2A9 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 169 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.18 |
| HSL | 166.18º | 0.74% | 0.47% | - |
| HSV(B) | 166.18º | 0.85% | 0.82% | - |
| XYZ | 30.8 | 49.26 | 45.42 | - |
| YUV | 152.1 | 137.53 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 169 | 0.85 | 0 | 0.20 | 0.18 | 166.18 | 0.74 | 0.47 |
| Hex | 20 | D2 | A9 | 55 | 0 | 14 | 12 | A6 | 4A | 2F |
| Octal | 40 | 322 | 251 | 125 | 0 | 24 | 22 | 246 | 112 | 57 |
| Binary | 100000 | 11010010 | 10101001 | 1010101 | 0 | 10100 | 10010 | 10100110 | 1001010 | 101111 |
Color Harmonies of #20D2A9
Complementary color
Monochromatic Colors of #20D2A9
Black with #20D2A9
Text Example
Text Example
White with #20D2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D2A9; }
p { color: rgb(32,210,169); }
H1.HeaderClassName
{
color: #20D2A9;
}
.AnyTagClassName
{
color: #20D2A9;
}
</style>
background-color css
<style>
a { background-color: #20D2A9; }
a { background-color: rgb(32,210,169); }
div.DivClassName
{
background-color: #20D2A9;
}
.BgClassName
{
background-color: #20D2A9;
}
</style>
border-color css
<style>
span { border-color: #20D2A9; }
span { border-color: rgb(32,210,169); }
td.TdClassName
{
border-color: #20D2A9;
}
.TagClassName
{
border-color: #20D2A9;
}
</style>