Shades of Shamrock #20DC8C
Tints of Shamrock #20DC8C
RGB
CMYK
RGB Variations
Color information
#20DC8C (or 0x20DC8C) is known color: Shamrock. HEX triplet: 20, DC and 8C. RGB value is (32,220,140). Sum of RGB (Red+Green+Blue) = 32+220+140=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DC8C is #DF2373. Grayscale: #9A9A9A. Windows color (decimal): -14623604 or 9231392. OLE color: 9231392.
HSL color Cylindrical-coordinate representation of color #20DC8C: hue angle of 154.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DC8C is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 140 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.14 |
| HSL | 154.47º | 0.75% | 0.49% | - |
| HSV(B) | 154.47º | 0.85% | 0.86% | - |
| XYZ | 30.92 | 53.39 | 33.49 | - |
| YUV | 154.67 | 119.72 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 140 | 0.85 | 0 | 0.36 | 0.14 | 154.47 | 0.75 | 0.49 |
| Hex | 20 | DC | 8C | 55 | 0 | 24 | E | 9A | 4B | 31 |
| Octal | 40 | 334 | 214 | 125 | 0 | 44 | 16 | 232 | 113 | 61 |
| Binary | 100000 | 11011100 | 10001100 | 1010101 | 0 | 100100 | 1110 | 10011010 | 1001011 | 110001 |
Color Harmonies of #20DC8C
Complementary color
Monochromatic Colors of #20DC8C
Black with #20DC8C
Text Example
Text Example
White with #20DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC8C; }
p { color: rgb(32,220,140); }
H1.HeaderClassName
{
color: #20DC8C;
}
.AnyTagClassName
{
color: #20DC8C;
}
</style>
background-color css
<style>
a { background-color: #20DC8C; }
a { background-color: rgb(32,220,140); }
div.DivClassName
{
background-color: #20DC8C;
}
.BgClassName
{
background-color: #20DC8C;
}
</style>
border-color css
<style>
span { border-color: #20DC8C; }
span { border-color: rgb(32,220,140); }
td.TdClassName
{
border-color: #20DC8C;
}
.TagClassName
{
border-color: #20DC8C;
}
</style>