Shades of Shamrock #20C29C
Tints of Shamrock #20C29C
RGB
CMYK
RGB Variations
Color information
#20C29C (or 0x20C29C) is known color: Shamrock. HEX triplet: 20, C2 and 9C. RGB value is (32,194,156). Sum of RGB (Red+Green+Blue) = 32+194+156=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #20C29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C29C is #DF3D63. Grayscale: #8D8D8D. Windows color (decimal): -14630244 or 10273312. OLE color: 10273312.
HSL color Cylindrical-coordinate representation of color #20C29C: hue angle of 165.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C29C is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 156 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.24 |
| HSL | 165.93º | 0.72% | 0.44% | - |
| HSV(B) | 165.93º | 0.84% | 0.76% | - |
| XYZ | 25.89 | 41.29 | 38.06 | - |
| YUV | 141.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 156 | 0.84 | 0 | 0.20 | 0.24 | 165.93 | 0.72 | 0.44 |
| Hex | 20 | C2 | 9C | 54 | 0 | 14 | 18 | A6 | 48 | 2C |
| Octal | 40 | 302 | 234 | 124 | 0 | 24 | 30 | 246 | 110 | 54 |
| Binary | 100000 | 11000010 | 10011100 | 1010100 | 0 | 10100 | 11000 | 10100110 | 1001000 | 101100 |
Color Harmonies of #20C29C
Complementary color
Monochromatic Colors of #20C29C
Black with #20C29C
Text Example
Text Example
White with #20C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C29C; }
p { color: rgb(32,194,156); }
H1.HeaderClassName
{
color: #20C29C;
}
.AnyTagClassName
{
color: #20C29C;
}
</style>
background-color css
<style>
a { background-color: #20C29C; }
a { background-color: rgb(32,194,156); }
div.DivClassName
{
background-color: #20C29C;
}
.BgClassName
{
background-color: #20C29C;
}
</style>
border-color css
<style>
span { border-color: #20C29C; }
span { border-color: rgb(32,194,156); }
td.TdClassName
{
border-color: #20C29C;
}
.TagClassName
{
border-color: #20C29C;
}
</style>