Shades of Shamrock #20E19B
Tints of Shamrock #20E19B
RGB
CMYK
RGB Variations
Color information
#20E19B (or 0x20E19B) is known color: Shamrock. HEX triplet: 20, E1 and 9B. RGB value is (32,225,155). Sum of RGB (Red+Green+Blue) = 32+225+155=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 225 (88.28% from 255 or 54.61% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 225 - color contains mainly: green. Hex color #20E19B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E19B is #DF1E64. Grayscale: #9F9F9F. Windows color (decimal): -14622309 or 10215712. OLE color: 10215712.
HSL color Cylindrical-coordinate representation of color #20E19B: hue angle of 158.24º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E19B is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 155 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.12 |
| HSL | 158.24º | 0.76% | 0.5% | - |
| HSV(B) | 158.24º | 0.86% | 0.88% | - |
| XYZ | 33.44 | 56.52 | 40.16 | - |
| YUV | 159.31 | 125.56 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 155 | 0.86 | 0 | 0.31 | 0.12 | 158.24 | 0.76 | 0.5 |
| Hex | 20 | E1 | 9B | 56 | 0 | 1F | C | 9E | 4C | 32 |
| Octal | 40 | 341 | 233 | 126 | 0 | 37 | 14 | 236 | 114 | 62 |
| Binary | 100000 | 11100001 | 10011011 | 1010110 | 0 | 11111 | 1100 | 10011110 | 1001100 | 110010 |
Color Harmonies of #20E19B
Complementary color
Monochromatic Colors of #20E19B
Black with #20E19B
Text Example
Text Example
White with #20E19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E19B; }
p { color: rgb(32,225,155); }
H1.HeaderClassName
{
color: #20E19B;
}
.AnyTagClassName
{
color: #20E19B;
}
</style>
background-color css
<style>
a { background-color: #20E19B; }
a { background-color: rgb(32,225,155); }
div.DivClassName
{
background-color: #20E19B;
}
.BgClassName
{
background-color: #20E19B;
}
</style>
border-color css
<style>
span { border-color: #20E19B; }
span { border-color: rgb(32,225,155); }
td.TdClassName
{
border-color: #20E19B;
}
.TagClassName
{
border-color: #20E19B;
}
</style>