Shades of Shamrock #20C995
Tints of Shamrock #20C995
RGB
CMYK
RGB Variations
Color information
#20C995 (or 0x20C995) is known color: Shamrock. HEX triplet: 20, C9 and 95. RGB value is (32,201,149). Sum of RGB (Red+Green+Blue) = 32+201+149=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #20C995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C995 is #DF366A. Grayscale: #909090. Windows color (decimal): -14628459 or 9816352. OLE color: 9816352.
HSL color Cylindrical-coordinate representation of color #20C995: hue angle of 161.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C995 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 149 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.21 |
| HSL | 161.54º | 0.73% | 0.46% | - |
| HSV(B) | 161.54º | 0.84% | 0.79% | - |
| XYZ | 26.91 | 44.25 | 35.56 | - |
| YUV | 144.54 | 130.51 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 149 | 0.84 | 0 | 0.26 | 0.21 | 161.54 | 0.73 | 0.46 |
| Hex | 20 | C9 | 95 | 54 | 0 | 1A | 15 | A2 | 49 | 2E |
| Octal | 40 | 311 | 225 | 124 | 0 | 32 | 25 | 242 | 111 | 56 |
| Binary | 100000 | 11001001 | 10010101 | 1010100 | 0 | 11010 | 10101 | 10100010 | 1001001 | 101110 |
Color Harmonies of #20C995
Complementary color
Monochromatic Colors of #20C995
Black with #20C995
Text Example
Text Example
White with #20C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C995; }
p { color: rgb(32,201,149); }
H1.HeaderClassName
{
color: #20C995;
}
.AnyTagClassName
{
color: #20C995;
}
</style>
background-color css
<style>
a { background-color: #20C995; }
a { background-color: rgb(32,201,149); }
div.DivClassName
{
background-color: #20C995;
}
.BgClassName
{
background-color: #20C995;
}
</style>
border-color css
<style>
span { border-color: #20C995; }
span { border-color: rgb(32,201,149); }
td.TdClassName
{
border-color: #20C995;
}
.TagClassName
{
border-color: #20C995;
}
</style>