Shades of Shamrock #20C595
Tints of Shamrock #20C595
RGB
CMYK
RGB Variations
Color information
#20C595 (or 0x20C595) is known color: Shamrock. HEX triplet: 20, C5 and 95. RGB value is (32,197,149). Sum of RGB (Red+Green+Blue) = 32+197+149=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 197 (77.34% from 255 or 52.12% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 197 - color contains mainly: green. Hex color #20C595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C595 is #DF3A6A. Grayscale: #8E8E8E. Windows color (decimal): -14629483 or 9815328. OLE color: 9815328.
HSL color Cylindrical-coordinate representation of color #20C595: hue angle of 162.55º 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 #20C595 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 149 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.23 |
| HSL | 162.55º | 0.72% | 0.45% | - |
| HSV(B) | 162.55º | 0.84% | 0.77% | - |
| XYZ | 25.99 | 42.41 | 35.25 | - |
| YUV | 142.19 | 131.84 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 149 | 0.84 | 0 | 0.24 | 0.23 | 162.55 | 0.72 | 0.45 |
| Hex | 20 | C5 | 95 | 54 | 0 | 18 | 17 | A3 | 48 | 2D |
| Octal | 40 | 305 | 225 | 124 | 0 | 30 | 27 | 243 | 110 | 55 |
| Binary | 100000 | 11000101 | 10010101 | 1010100 | 0 | 11000 | 10111 | 10100011 | 1001000 | 101101 |
Color Harmonies of #20C595
Complementary color
Monochromatic Colors of #20C595
Black with #20C595
Text Example
Text Example
White with #20C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C595; }
p { color: rgb(32,197,149); }
H1.HeaderClassName
{
color: #20C595;
}
.AnyTagClassName
{
color: #20C595;
}
</style>
background-color css
<style>
a { background-color: #20C595; }
a { background-color: rgb(32,197,149); }
div.DivClassName
{
background-color: #20C595;
}
.BgClassName
{
background-color: #20C595;
}
</style>
border-color css
<style>
span { border-color: #20C595; }
span { border-color: rgb(32,197,149); }
td.TdClassName
{
border-color: #20C595;
}
.TagClassName
{
border-color: #20C595;
}
</style>