Shades of Shamrock #20C49D
Tints of Shamrock #20C49D
RGB
CMYK
RGB Variations
Color information
#20C49D (or 0x20C49D) is known color: Shamrock. HEX triplet: 20, C4 and 9D. RGB value is (32,196,157). Sum of RGB (Red+Green+Blue) = 32+196+157=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 196 (76.95% from 255 or 50.91% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 196 - color contains mainly: green. Hex color #20C49D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C49D is #DF3B62. Grayscale: #8E8E8E. Windows color (decimal): -14629731 or 10339360. OLE color: 10339360.
HSL color Cylindrical-coordinate representation of color #20C49D: hue angle of 165.73º 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 #20C49D is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 157 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.23 |
| HSL | 165.73º | 0.72% | 0.45% | - |
| HSV(B) | 165.73º | 0.84% | 0.77% | - |
| XYZ | 26.42 | 42.22 | 38.66 | - |
| YUV | 142.52 | 136.17 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 157 | 0.84 | 0 | 0.20 | 0.23 | 165.73 | 0.72 | 0.45 |
| Hex | 20 | C4 | 9D | 54 | 0 | 14 | 17 | A6 | 48 | 2D |
| Octal | 40 | 304 | 235 | 124 | 0 | 24 | 27 | 246 | 110 | 55 |
| Binary | 100000 | 11000100 | 10011101 | 1010100 | 0 | 10100 | 10111 | 10100110 | 1001000 | 101101 |
Color Harmonies of #20C49D
Complementary color
Monochromatic Colors of #20C49D
Black with #20C49D
Text Example
Text Example
White with #20C49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C49D; }
p { color: rgb(32,196,157); }
H1.HeaderClassName
{
color: #20C49D;
}
.AnyTagClassName
{
color: #20C49D;
}
</style>
background-color css
<style>
a { background-color: #20C49D; }
a { background-color: rgb(32,196,157); }
div.DivClassName
{
background-color: #20C49D;
}
.BgClassName
{
background-color: #20C49D;
}
</style>
border-color css
<style>
span { border-color: #20C49D; }
span { border-color: rgb(32,196,157); }
td.TdClassName
{
border-color: #20C49D;
}
.TagClassName
{
border-color: #20C49D;
}
</style>