Shades of Shamrock #20C596
Tints of Shamrock #20C596
RGB
CMYK
RGB Variations
Color information
#20C596 (or 0x20C596) is known color: Shamrock. HEX triplet: 20, C5 and 96. RGB value is (32,197,150). Sum of RGB (Red+Green+Blue) = 32+197+150=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #20C596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C596 is #DF3A69. Grayscale: #8E8E8E. Windows color (decimal): -14629482 or 9880864. OLE color: 9880864.
HSL color Cylindrical-coordinate representation of color #20C596: hue angle of 162.91º 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 #20C596 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 150 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.23 |
| HSL | 162.91º | 0.72% | 0.45% | - |
| HSV(B) | 162.91º | 0.84% | 0.77% | - |
| XYZ | 26.07 | 42.44 | 35.67 | - |
| YUV | 142.31 | 132.34 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 150 | 0.84 | 0 | 0.24 | 0.23 | 162.91 | 0.72 | 0.45 |
| Hex | 20 | C5 | 96 | 54 | 0 | 18 | 17 | A3 | 48 | 2D |
| Octal | 40 | 305 | 226 | 124 | 0 | 30 | 27 | 243 | 110 | 55 |
| Binary | 100000 | 11000101 | 10010110 | 1010100 | 0 | 11000 | 10111 | 10100011 | 1001000 | 101101 |
Color Harmonies of #20C596
Complementary color
Monochromatic Colors of #20C596
Black with #20C596
Text Example
Text Example
White with #20C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C596; }
p { color: rgb(32,197,150); }
H1.HeaderClassName
{
color: #20C596;
}
.AnyTagClassName
{
color: #20C596;
}
</style>
background-color css
<style>
a { background-color: #20C596; }
a { background-color: rgb(32,197,150); }
div.DivClassName
{
background-color: #20C596;
}
.BgClassName
{
background-color: #20C596;
}
</style>
border-color css
<style>
span { border-color: #20C596; }
span { border-color: rgb(32,197,150); }
td.TdClassName
{
border-color: #20C596;
}
.TagClassName
{
border-color: #20C596;
}
</style>