Shades of Shamrock #20C494
Tints of Shamrock #20C494
RGB
CMYK
RGB Variations
Color information
#20C494 (or 0x20C494) is known color: Shamrock. HEX triplet: 20, C4 and 94. RGB value is (32,196,148). Sum of RGB (Red+Green+Blue) = 32+196+148=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #20C494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C494 is #DF3B6B. Grayscale: #8D8D8D. Windows color (decimal): -14629740 or 9749536. OLE color: 9749536.
HSL color Cylindrical-coordinate representation of color #20C494: hue angle of 162.44º 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 #20C494 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 148 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.23 |
| HSL | 162.44º | 0.72% | 0.45% | - |
| HSV(B) | 162.44º | 0.84% | 0.77% | - |
| XYZ | 25.68 | 41.93 | 34.76 | - |
| YUV | 141.49 | 131.67 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 148 | 0.84 | 0 | 0.24 | 0.23 | 162.44 | 0.72 | 0.45 |
| Hex | 20 | C4 | 94 | 54 | 0 | 18 | 17 | A2 | 48 | 2D |
| Octal | 40 | 304 | 224 | 124 | 0 | 30 | 27 | 242 | 110 | 55 |
| Binary | 100000 | 11000100 | 10010100 | 1010100 | 0 | 11000 | 10111 | 10100010 | 1001000 | 101101 |
Color Harmonies of #20C494
Complementary color
Monochromatic Colors of #20C494
Black with #20C494
Text Example
Text Example
White with #20C494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C494; }
p { color: rgb(32,196,148); }
H1.HeaderClassName
{
color: #20C494;
}
.AnyTagClassName
{
color: #20C494;
}
</style>
background-color css
<style>
a { background-color: #20C494; }
a { background-color: rgb(32,196,148); }
div.DivClassName
{
background-color: #20C494;
}
.BgClassName
{
background-color: #20C494;
}
</style>
border-color css
<style>
span { border-color: #20C494; }
span { border-color: rgb(32,196,148); }
td.TdClassName
{
border-color: #20C494;
}
.TagClassName
{
border-color: #20C494;
}
</style>