Shades of Shamrock #20DB9B
Tints of Shamrock #20DB9B
RGB
CMYK
RGB Variations
Color information
#20DB9B (or 0x20DB9B) is known color: Shamrock. HEX triplet: 20, DB and 9B. RGB value is (32,219,155). Sum of RGB (Red+Green+Blue) = 32+219+155=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DB9B is #DF2464. Grayscale: #9B9B9B. Windows color (decimal): -14623845 or 10214176. OLE color: 10214176.
HSL color Cylindrical-coordinate representation of color #20DB9B: hue angle of 159.47º 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 #20DB9B is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 155 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.14 |
| HSL | 159.47º | 0.75% | 0.49% | - |
| HSV(B) | 159.47º | 0.85% | 0.86% | - |
| XYZ | 31.84 | 53.34 | 39.63 | - |
| YUV | 155.79 | 127.55 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 155 | 0.85 | 0 | 0.29 | 0.14 | 159.47 | 0.75 | 0.49 |
| Hex | 20 | DB | 9B | 55 | 0 | 1D | E | 9F | 4B | 31 |
| Octal | 40 | 333 | 233 | 125 | 0 | 35 | 16 | 237 | 113 | 61 |
| Binary | 100000 | 11011011 | 10011011 | 1010101 | 0 | 11101 | 1110 | 10011111 | 1001011 | 110001 |
Color Harmonies of #20DB9B
Complementary color
Monochromatic Colors of #20DB9B
Black with #20DB9B
Text Example
Text Example
White with #20DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB9B; }
p { color: rgb(32,219,155); }
H1.HeaderClassName
{
color: #20DB9B;
}
.AnyTagClassName
{
color: #20DB9B;
}
</style>
background-color css
<style>
a { background-color: #20DB9B; }
a { background-color: rgb(32,219,155); }
div.DivClassName
{
background-color: #20DB9B;
}
.BgClassName
{
background-color: #20DB9B;
}
</style>
border-color css
<style>
span { border-color: #20DB9B; }
span { border-color: rgb(32,219,155); }
td.TdClassName
{
border-color: #20DB9B;
}
.TagClassName
{
border-color: #20DB9B;
}
</style>