Shades of Shamrock #20C895
Tints of Shamrock #20C895
RGB
CMYK
RGB Variations
Color information
#20C895 (or 0x20C895) is known color: Shamrock. HEX triplet: 20, C8 and 95. RGB value is (32,200,149). Sum of RGB (Red+Green+Blue) = 32+200+149=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #20C895 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C895 is #DF376A. Grayscale: #8F8F8F. Windows color (decimal): -14628715 or 9816096. OLE color: 9816096.
HSL color Cylindrical-coordinate representation of color #20C895: hue angle of 161.79º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C895 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 200 | 149 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.22 |
| HSL | 161.79º | 0.72% | 0.45% | - |
| HSV(B) | 161.79º | 0.84% | 0.78% | - |
| XYZ | 26.67 | 43.79 | 35.48 | - |
| YUV | 143.95 | 130.84 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 200 | 149 | 0.84 | 0 | 0.26 | 0.22 | 161.79 | 0.72 | 0.45 |
| Hex | 20 | C8 | 95 | 54 | 0 | 1A | 16 | A2 | 48 | 2D |
| Octal | 40 | 310 | 225 | 124 | 0 | 32 | 26 | 242 | 110 | 55 |
| Binary | 100000 | 11001000 | 10010101 | 1010100 | 0 | 11010 | 10110 | 10100010 | 1001000 | 101101 |
Color Harmonies of #20C895
Complementary color
Monochromatic Colors of #20C895
Black with #20C895
Text Example
Text Example
White with #20C895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C895; }
p { color: rgb(32,200,149); }
H1.HeaderClassName
{
color: #20C895;
}
.AnyTagClassName
{
color: #20C895;
}
</style>
background-color css
<style>
a { background-color: #20C895; }
a { background-color: rgb(32,200,149); }
div.DivClassName
{
background-color: #20C895;
}
.BgClassName
{
background-color: #20C895;
}
</style>
border-color css
<style>
span { border-color: #20C895; }
span { border-color: rgb(32,200,149); }
td.TdClassName
{
border-color: #20C895;
}
.TagClassName
{
border-color: #20C895;
}
</style>