Shades of Shamrock #20C59D
Tints of Shamrock #20C59D
RGB
CMYK
RGB Variations
Color information
#20C59D (or 0x20C59D) is known color: Shamrock. HEX triplet: 20, C5 and 9D. RGB value is (32,197,157). Sum of RGB (Red+Green+Blue) = 32+197+157=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #20C59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C59D is #DF3A62. Grayscale: #8F8F8F. Windows color (decimal): -14629475 or 10339616. OLE color: 10339616.
HSL color Cylindrical-coordinate representation of color #20C59D: hue angle of 165.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C59D is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 157 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.23 |
| HSL | 165.45º | 0.72% | 0.45% | - |
| HSV(B) | 165.45º | 0.84% | 0.77% | - |
| XYZ | 26.65 | 42.67 | 38.73 | - |
| YUV | 143.11 | 135.84 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 157 | 0.84 | 0 | 0.20 | 0.23 | 165.45 | 0.72 | 0.45 |
| Hex | 20 | C5 | 9D | 54 | 0 | 14 | 17 | A5 | 48 | 2D |
| Octal | 40 | 305 | 235 | 124 | 0 | 24 | 27 | 245 | 110 | 55 |
| Binary | 100000 | 11000101 | 10011101 | 1010100 | 0 | 10100 | 10111 | 10100101 | 1001000 | 101101 |
Color Harmonies of #20C59D
Complementary color
Monochromatic Colors of #20C59D
Black with #20C59D
Text Example
Text Example
White with #20C59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C59D; }
p { color: rgb(32,197,157); }
H1.HeaderClassName
{
color: #20C59D;
}
.AnyTagClassName
{
color: #20C59D;
}
</style>
background-color css
<style>
a { background-color: #20C59D; }
a { background-color: rgb(32,197,157); }
div.DivClassName
{
background-color: #20C59D;
}
.BgClassName
{
background-color: #20C59D;
}
</style>
border-color css
<style>
span { border-color: #20C59D; }
span { border-color: rgb(32,197,157); }
td.TdClassName
{
border-color: #20C59D;
}
.TagClassName
{
border-color: #20C59D;
}
</style>