Shades of Shamrock #20D98B
Tints of Shamrock #20D98B
RGB
CMYK
RGB Variations
Color information
#20D98B (or 0x20D98B) is known color: Shamrock. HEX triplet: 20, D9 and 8B. RGB value is (32,217,139). Sum of RGB (Red+Green+Blue) = 32+217+139=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 217 (85.16% from 255 or 55.93% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 217 - color contains mainly: green. Hex color #20D98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D98B is #DF2674. Grayscale: #989898. Windows color (decimal): -14624373 or 9165088. OLE color: 9165088.
HSL color Cylindrical-coordinate representation of color #20D98B: hue angle of 154.7º 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 #20D98B is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 139 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.15 |
| HSL | 154.7º | 0.74% | 0.49% | - |
| HSV(B) | 154.7º | 0.85% | 0.85% | - |
| XYZ | 30.07 | 51.8 | 32.84 | - |
| YUV | 152.79 | 120.21 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 139 | 0.85 | 0 | 0.36 | 0.15 | 154.7 | 0.74 | 0.49 |
| Hex | 20 | D9 | 8B | 55 | 0 | 24 | F | 9B | 4A | 31 |
| Octal | 40 | 331 | 213 | 125 | 0 | 44 | 17 | 233 | 112 | 61 |
| Binary | 100000 | 11011001 | 10001011 | 1010101 | 0 | 100100 | 1111 | 10011011 | 1001010 | 110001 |
Color Harmonies of #20D98B
Complementary color
Monochromatic Colors of #20D98B
Black with #20D98B
Text Example
Text Example
White with #20D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D98B; }
p { color: rgb(32,217,139); }
H1.HeaderClassName
{
color: #20D98B;
}
.AnyTagClassName
{
color: #20D98B;
}
</style>
background-color css
<style>
a { background-color: #20D98B; }
a { background-color: rgb(32,217,139); }
div.DivClassName
{
background-color: #20D98B;
}
.BgClassName
{
background-color: #20D98B;
}
</style>
border-color css
<style>
span { border-color: #20D98B; }
span { border-color: rgb(32,217,139); }
td.TdClassName
{
border-color: #20D98B;
}
.TagClassName
{
border-color: #20D98B;
}
</style>