Shades of Shamrock #20C29E
Tints of Shamrock #20C29E
RGB
CMYK
RGB Variations
Color information
#20C29E (or 0x20C29E) is known color: Shamrock. HEX triplet: 20, C2 and 9E. RGB value is (32,194,158). Sum of RGB (Red+Green+Blue) = 32+194+158=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #20C29E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C29E is #DF3D61. Grayscale: #8D8D8D. Windows color (decimal): -14630242 or 10404384. OLE color: 10404384.
HSL color Cylindrical-coordinate representation of color #20C29E: hue angle of 166.67º 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 #20C29E is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 158 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.24 |
| HSL | 166.67º | 0.72% | 0.44% | - |
| HSV(B) | 166.67º | 0.84% | 0.76% | - |
| XYZ | 26.06 | 41.36 | 38.96 | - |
| YUV | 141.46 | 137.33 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 158 | 0.84 | 0 | 0.19 | 0.24 | 166.67 | 0.72 | 0.44 |
| Hex | 20 | C2 | 9E | 54 | 0 | 13 | 18 | A7 | 48 | 2C |
| Octal | 40 | 302 | 236 | 124 | 0 | 23 | 30 | 247 | 110 | 54 |
| Binary | 100000 | 11000010 | 10011110 | 1010100 | 0 | 10011 | 11000 | 10100111 | 1001000 | 101100 |
Color Harmonies of #20C29E
Complementary color
Monochromatic Colors of #20C29E
Black with #20C29E
Text Example
Text Example
White with #20C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C29E; }
p { color: rgb(32,194,158); }
H1.HeaderClassName
{
color: #20C29E;
}
.AnyTagClassName
{
color: #20C29E;
}
</style>
background-color css
<style>
a { background-color: #20C29E; }
a { background-color: rgb(32,194,158); }
div.DivClassName
{
background-color: #20C29E;
}
.BgClassName
{
background-color: #20C29E;
}
</style>
border-color css
<style>
span { border-color: #20C29E; }
span { border-color: rgb(32,194,158); }
td.TdClassName
{
border-color: #20C29E;
}
.TagClassName
{
border-color: #20C29E;
}
</style>