Shades of Shamrock #20D99B
Tints of Shamrock #20D99B
RGB
CMYK
RGB Variations
Color information
#20D99B (or 0x20D99B) is known color: Shamrock. HEX triplet: 20, D9 and 9B. RGB value is (32,217,155). Sum of RGB (Red+Green+Blue) = 32+217+155=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #20D99B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D99B is #DF2664. Grayscale: #9A9A9A. Windows color (decimal): -14624357 or 10213664. OLE color: 10213664.
HSL color Cylindrical-coordinate representation of color #20D99B: hue angle of 159.89º 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 #20D99B is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 155 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.15 |
| HSL | 159.89º | 0.74% | 0.49% | - |
| HSV(B) | 159.89º | 0.85% | 0.85% | - |
| XYZ | 31.32 | 52.3 | 39.45 | - |
| YUV | 154.62 | 128.21 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 155 | 0.85 | 0 | 0.29 | 0.15 | 159.89 | 0.74 | 0.49 |
| Hex | 20 | D9 | 9B | 55 | 0 | 1D | F | A0 | 4A | 31 |
| Octal | 40 | 331 | 233 | 125 | 0 | 35 | 17 | 240 | 112 | 61 |
| Binary | 100000 | 11011001 | 10011011 | 1010101 | 0 | 11101 | 1111 | 10100000 | 1001010 | 110001 |
Color Harmonies of #20D99B
Complementary color
Monochromatic Colors of #20D99B
Black with #20D99B
Text Example
Text Example
White with #20D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D99B; }
p { color: rgb(32,217,155); }
H1.HeaderClassName
{
color: #20D99B;
}
.AnyTagClassName
{
color: #20D99B;
}
</style>
background-color css
<style>
a { background-color: #20D99B; }
a { background-color: rgb(32,217,155); }
div.DivClassName
{
background-color: #20D99B;
}
.BgClassName
{
background-color: #20D99B;
}
</style>
border-color css
<style>
span { border-color: #20D99B; }
span { border-color: rgb(32,217,155); }
td.TdClassName
{
border-color: #20D99B;
}
.TagClassName
{
border-color: #20D99B;
}
</style>