Shades of Shamrock #20E18B
Tints of Shamrock #20E18B
RGB
CMYK
RGB Variations
Color information
#20E18B (or 0x20E18B) is known color: Shamrock. HEX triplet: 20, E1 and 8B. RGB value is (32,225,139). Sum of RGB (Red+Green+Blue) = 32+225+139=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #20E18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E18B is #DF1E74. Grayscale: #9D9D9D. Windows color (decimal): -14622325 or 9167136. OLE color: 9167136.
HSL color Cylindrical-coordinate representation of color #20E18B: hue angle of 153.26º 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 #20E18B is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 139 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.12 |
| HSL | 153.26º | 0.76% | 0.5% | - |
| HSV(B) | 153.26º | 0.86% | 0.88% | - |
| XYZ | 32.18 | 56.02 | 33.54 | - |
| YUV | 157.49 | 117.56 | 38.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 139 | 0.86 | 0 | 0.38 | 0.12 | 153.26 | 0.76 | 0.5 |
| Hex | 20 | E1 | 8B | 56 | 0 | 26 | C | 99 | 4C | 32 |
| Octal | 40 | 341 | 213 | 126 | 0 | 46 | 14 | 231 | 114 | 62 |
| Binary | 100000 | 11100001 | 10001011 | 1010110 | 0 | 100110 | 1100 | 10011001 | 1001100 | 110010 |
Color Harmonies of #20E18B
Complementary color
Monochromatic Colors of #20E18B
Black with #20E18B
Text Example
Text Example
White with #20E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E18B; }
p { color: rgb(32,225,139); }
H1.HeaderClassName
{
color: #20E18B;
}
.AnyTagClassName
{
color: #20E18B;
}
</style>
background-color css
<style>
a { background-color: #20E18B; }
a { background-color: rgb(32,225,139); }
div.DivClassName
{
background-color: #20E18B;
}
.BgClassName
{
background-color: #20E18B;
}
</style>
border-color css
<style>
span { border-color: #20E18B; }
span { border-color: rgb(32,225,139); }
td.TdClassName
{
border-color: #20E18B;
}
.TagClassName
{
border-color: #20E18B;
}
</style>