Shades of Shamrock #20DB9C
Tints of Shamrock #20DB9C
RGB
CMYK
RGB Variations
Color information
#20DB9C (or 0x20DB9C) is known color: Shamrock. HEX triplet: 20, DB and 9C. RGB value is (32,219,156). Sum of RGB (Red+Green+Blue) = 32+219+156=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 219 (85.94% from 255 or 53.81% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DB9C is #DF2463. Grayscale: #9B9B9B. Windows color (decimal): -14623844 or 10279712. OLE color: 10279712.
HSL color Cylindrical-coordinate representation of color #20DB9C: hue angle of 159.79º 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 #20DB9C is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 156 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.14 |
| HSL | 159.79º | 0.75% | 0.49% | - |
| HSV(B) | 159.79º | 0.85% | 0.86% | - |
| XYZ | 31.93 | 53.37 | 40.07 | - |
| YUV | 155.91 | 128.05 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 156 | 0.85 | 0 | 0.29 | 0.14 | 159.79 | 0.75 | 0.49 |
| Hex | 20 | DB | 9C | 55 | 0 | 1D | E | A0 | 4B | 31 |
| Octal | 40 | 333 | 234 | 125 | 0 | 35 | 16 | 240 | 113 | 61 |
| Binary | 100000 | 11011011 | 10011100 | 1010101 | 0 | 11101 | 1110 | 10100000 | 1001011 | 110001 |
Color Harmonies of #20DB9C
Complementary color
Monochromatic Colors of #20DB9C
Black with #20DB9C
Text Example
Text Example
White with #20DB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB9C; }
p { color: rgb(32,219,156); }
H1.HeaderClassName
{
color: #20DB9C;
}
.AnyTagClassName
{
color: #20DB9C;
}
</style>
background-color css
<style>
a { background-color: #20DB9C; }
a { background-color: rgb(32,219,156); }
div.DivClassName
{
background-color: #20DB9C;
}
.BgClassName
{
background-color: #20DB9C;
}
</style>
border-color css
<style>
span { border-color: #20DB9C; }
span { border-color: rgb(32,219,156); }
td.TdClassName
{
border-color: #20DB9C;
}
.TagClassName
{
border-color: #20DB9C;
}
</style>