Shades of Shamrock #20D97C
Tints of Shamrock #20D97C
RGB
CMYK
RGB Variations
Color information
#20D97C (or 0x20D97C) is known color: Shamrock. HEX triplet: 20, D9 and 7C. RGB value is (32,217,124). Sum of RGB (Red+Green+Blue) = 32+217+124=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 217 (85.16% from 255 or 58.18% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 217 - color contains mainly: green. Hex color #20D97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D97C is #DF2683. Grayscale: #979797. Windows color (decimal): -14624388 or 8182048. OLE color: 8182048.
HSL color Cylindrical-coordinate representation of color #20D97C: hue angle of 149.84º 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 #20D97C is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 124 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.15 |
| HSL | 149.84º | 0.74% | 0.49% | - |
| HSV(B) | 149.84º | 0.85% | 0.85% | - |
| XYZ | 29.05 | 51.39 | 27.46 | - |
| YUV | 151.08 | 112.71 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 124 | 0.85 | 0 | 0.43 | 0.15 | 149.84 | 0.74 | 0.49 |
| Hex | 20 | D9 | 7C | 55 | 0 | 2B | F | 96 | 4A | 31 |
| Octal | 40 | 331 | 174 | 125 | 0 | 53 | 17 | 226 | 112 | 61 |
| Binary | 100000 | 11011001 | 1111100 | 1010101 | 0 | 101011 | 1111 | 10010110 | 1001010 | 110001 |
Color Harmonies of #20D97C
Complementary color
Monochromatic Colors of #20D97C
Black with #20D97C
Text Example
Text Example
White with #20D97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D97C; }
p { color: rgb(32,217,124); }
H1.HeaderClassName
{
color: #20D97C;
}
.AnyTagClassName
{
color: #20D97C;
}
</style>
background-color css
<style>
a { background-color: #20D97C; }
a { background-color: rgb(32,217,124); }
div.DivClassName
{
background-color: #20D97C;
}
.BgClassName
{
background-color: #20D97C;
}
</style>
border-color css
<style>
span { border-color: #20D97C; }
span { border-color: rgb(32,217,124); }
td.TdClassName
{
border-color: #20D97C;
}
.TagClassName
{
border-color: #20D97C;
}
</style>