Shades of Shamrock #20DB9D
Tints of Shamrock #20DB9D
RGB
CMYK
RGB Variations
Color information
#20DB9D (or 0x20DB9D) is known color: Shamrock. HEX triplet: 20, DB and 9D. RGB value is (32,219,157). Sum of RGB (Red+Green+Blue) = 32+219+157=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 219 (85.94% from 255 or 53.68% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DB9D is #DF2462. Grayscale: #9C9C9C. Windows color (decimal): -14623843 or 10345248. OLE color: 10345248.
HSL color Cylindrical-coordinate representation of color #20DB9D: hue angle of 160.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB9D is Cyan = 0.85, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 157 | - |
| CMYK | 0.85 | 0 | 0.28 | 0.14 |
| HSL | 160.11º | 0.75% | 0.49% | - |
| HSV(B) | 160.11º | 0.85% | 0.86% | - |
| XYZ | 32.01 | 53.4 | 40.52 | - |
| YUV | 156.02 | 128.55 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 157 | 0.85 | 0 | 0.28 | 0.14 | 160.11 | 0.75 | 0.49 |
| Hex | 20 | DB | 9D | 55 | 0 | 1C | E | A0 | 4B | 31 |
| Octal | 40 | 333 | 235 | 125 | 0 | 34 | 16 | 240 | 113 | 61 |
| Binary | 100000 | 11011011 | 10011101 | 1010101 | 0 | 11100 | 1110 | 10100000 | 1001011 | 110001 |
Color Harmonies of #20DB9D
Complementary color
Monochromatic Colors of #20DB9D
Black with #20DB9D
Text Example
Text Example
White with #20DB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB9D; }
p { color: rgb(32,219,157); }
H1.HeaderClassName
{
color: #20DB9D;
}
.AnyTagClassName
{
color: #20DB9D;
}
</style>
background-color css
<style>
a { background-color: #20DB9D; }
a { background-color: rgb(32,219,157); }
div.DivClassName
{
background-color: #20DB9D;
}
.BgClassName
{
background-color: #20DB9D;
}
</style>
border-color css
<style>
span { border-color: #20DB9D; }
span { border-color: rgb(32,219,157); }
td.TdClassName
{
border-color: #20DB9D;
}
.TagClassName
{
border-color: #20DB9D;
}
</style>