Shades of Shamrock #20CC96
Tints of Shamrock #20CC96
RGB
CMYK
RGB Variations
Color information
#20CC96 (or 0x20CC96) is known color: Shamrock. HEX triplet: 20, CC and 96. RGB value is (32,204,150). Sum of RGB (Red+Green+Blue) = 32+204+150=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CC96 is #DF3369. Grayscale: #929292. Windows color (decimal): -14627690 or 9882656. OLE color: 9882656.
HSL color Cylindrical-coordinate representation of color #20CC96: hue angle of 161.16º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC96 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 150 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.2 |
| HSL | 161.16º | 0.73% | 0.46% | - |
| HSV(B) | 161.16º | 0.84% | 0.8% | - |
| XYZ | 27.69 | 45.69 | 36.21 | - |
| YUV | 146.42 | 130.02 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 150 | 0.84 | 0 | 0.26 | 0.2 | 161.16 | 0.73 | 0.46 |
| Hex | 20 | CC | 96 | 54 | 0 | 1A | 14 | A1 | 49 | 2E |
| Octal | 40 | 314 | 226 | 124 | 0 | 32 | 24 | 241 | 111 | 56 |
| Binary | 100000 | 11001100 | 10010110 | 1010100 | 0 | 11010 | 10100 | 10100001 | 1001001 | 101110 |
Color Harmonies of #20CC96
Complementary color
Monochromatic Colors of #20CC96
Black with #20CC96
Text Example
Text Example
White with #20CC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC96; }
p { color: rgb(32,204,150); }
H1.HeaderClassName
{
color: #20CC96;
}
.AnyTagClassName
{
color: #20CC96;
}
</style>
background-color css
<style>
a { background-color: #20CC96; }
a { background-color: rgb(32,204,150); }
div.DivClassName
{
background-color: #20CC96;
}
.BgClassName
{
background-color: #20CC96;
}
</style>
border-color css
<style>
span { border-color: #20CC96; }
span { border-color: rgb(32,204,150); }
td.TdClassName
{
border-color: #20CC96;
}
.TagClassName
{
border-color: #20CC96;
}
</style>