Shades of Shamrock #20C29B
Tints of Shamrock #20C29B
RGB
CMYK
RGB Variations
Color information
#20C29B (or 0x20C29B) is known color: Shamrock. HEX triplet: 20, C2 and 9B. RGB value is (32,194,155). Sum of RGB (Red+Green+Blue) = 32+194+155=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #20C29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C29B is #DF3D64. Grayscale: #8D8D8D. Windows color (decimal): -14630245 or 10207776. OLE color: 10207776.
HSL color Cylindrical-coordinate representation of color #20C29B: hue angle of 165.56º 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 #20C29B is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 155 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.24 |
| HSL | 165.56º | 0.72% | 0.44% | - |
| HSV(B) | 165.56º | 0.84% | 0.76% | - |
| XYZ | 25.8 | 41.26 | 37.61 | - |
| YUV | 141.12 | 135.83 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 155 | 0.84 | 0 | 0.20 | 0.24 | 165.56 | 0.72 | 0.44 |
| Hex | 20 | C2 | 9B | 54 | 0 | 14 | 18 | A6 | 48 | 2C |
| Octal | 40 | 302 | 233 | 124 | 0 | 24 | 30 | 246 | 110 | 54 |
| Binary | 100000 | 11000010 | 10011011 | 1010100 | 0 | 10100 | 11000 | 10100110 | 1001000 | 101100 |
Color Harmonies of #20C29B
Complementary color
Monochromatic Colors of #20C29B
Black with #20C29B
Text Example
Text Example
White with #20C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C29B; }
p { color: rgb(32,194,155); }
H1.HeaderClassName
{
color: #20C29B;
}
.AnyTagClassName
{
color: #20C29B;
}
</style>
background-color css
<style>
a { background-color: #20C29B; }
a { background-color: rgb(32,194,155); }
div.DivClassName
{
background-color: #20C29B;
}
.BgClassName
{
background-color: #20C29B;
}
</style>
border-color css
<style>
span { border-color: #20C29B; }
span { border-color: rgb(32,194,155); }
td.TdClassName
{
border-color: #20C29B;
}
.TagClassName
{
border-color: #20C29B;
}
</style>