Shades of Shamrock #20D98A
Tints of Shamrock #20D98A
RGB
CMYK
RGB Variations
Color information
#20D98A (or 0x20D98A) is known color: Shamrock. HEX triplet: 20, D9 and 8A. RGB value is (32,217,138). Sum of RGB (Red+Green+Blue) = 32+217+138=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #20D98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D98A is #DF2675. Grayscale: #989898. Windows color (decimal): -14624374 or 9099552. OLE color: 9099552.
HSL color Cylindrical-coordinate representation of color #20D98A: hue angle of 154.38º 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 #20D98A is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 138 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.15 |
| HSL | 154.38º | 0.74% | 0.49% | - |
| HSV(B) | 154.38º | 0.85% | 0.85% | - |
| XYZ | 30 | 51.77 | 32.46 | - |
| YUV | 152.68 | 119.71 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 138 | 0.85 | 0 | 0.36 | 0.15 | 154.38 | 0.74 | 0.49 |
| Hex | 20 | D9 | 8A | 55 | 0 | 24 | F | 9A | 4A | 31 |
| Octal | 40 | 331 | 212 | 125 | 0 | 44 | 17 | 232 | 112 | 61 |
| Binary | 100000 | 11011001 | 10001010 | 1010101 | 0 | 100100 | 1111 | 10011010 | 1001010 | 110001 |
Color Harmonies of #20D98A
Complementary color
Monochromatic Colors of #20D98A
Black with #20D98A
Text Example
Text Example
White with #20D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D98A; }
p { color: rgb(32,217,138); }
H1.HeaderClassName
{
color: #20D98A;
}
.AnyTagClassName
{
color: #20D98A;
}
</style>
background-color css
<style>
a { background-color: #20D98A; }
a { background-color: rgb(32,217,138); }
div.DivClassName
{
background-color: #20D98A;
}
.BgClassName
{
background-color: #20D98A;
}
</style>
border-color css
<style>
span { border-color: #20D98A; }
span { border-color: rgb(32,217,138); }
td.TdClassName
{
border-color: #20D98A;
}
.TagClassName
{
border-color: #20D98A;
}
</style>