Shades of Shamrock #20E17F
Tints of Shamrock #20E17F
RGB
CMYK
RGB Variations
Color information
#20E17F (or 0x20E17F) is known color: Shamrock. HEX triplet: 20, E1 and 7F. RGB value is (32,225,127). Sum of RGB (Red+Green+Blue) = 32+225+127=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #20E17F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20E17F is #DF1E80. Grayscale: #9C9C9C. Windows color (decimal): -14622337 or 8380704. OLE color: 8380704.
HSL color Cylindrical-coordinate representation of color #20E17F: hue angle of 149.53º 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 #20E17F is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 127 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.12 |
| HSL | 149.53º | 0.76% | 0.5% | - |
| HSV(B) | 149.53º | 0.86% | 0.88% | - |
| XYZ | 31.35 | 55.69 | 29.18 | - |
| YUV | 156.12 | 111.56 | 39.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 127 | 0.86 | 0 | 0.44 | 0.12 | 149.53 | 0.76 | 0.5 |
| Hex | 20 | E1 | 7F | 56 | 0 | 2C | C | 96 | 4C | 32 |
| Octal | 40 | 341 | 177 | 126 | 0 | 54 | 14 | 226 | 114 | 62 |
| Binary | 100000 | 11100001 | 1111111 | 1010110 | 0 | 101100 | 1100 | 10010110 | 1001100 | 110010 |
Color Harmonies of #20E17F
Complementary color
Monochromatic Colors of #20E17F
Black with #20E17F
Text Example
Text Example
White with #20E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E17F; }
p { color: rgb(32,225,127); }
H1.HeaderClassName
{
color: #20E17F;
}
.AnyTagClassName
{
color: #20E17F;
}
</style>
background-color css
<style>
a { background-color: #20E17F; }
a { background-color: rgb(32,225,127); }
div.DivClassName
{
background-color: #20E17F;
}
.BgClassName
{
background-color: #20E17F;
}
</style>
border-color css
<style>
span { border-color: #20E17F; }
span { border-color: rgb(32,225,127); }
td.TdClassName
{
border-color: #20E17F;
}
.TagClassName
{
border-color: #20E17F;
}
</style>