Shades of Shamrock #20DC9A
Tints of Shamrock #20DC9A
RGB
CMYK
RGB Variations
Color information
#20DC9A (or 0x20DC9A) is known color: Shamrock. HEX triplet: 20, DC and 9A. RGB value is (32,220,154). Sum of RGB (Red+Green+Blue) = 32+220+154=406 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.88% from 406); Green value is 220 (86.33% from 255 or 54.19% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20DC9A is #DF2365. Grayscale: #9C9C9C. Windows color (decimal): -14623590 or 10148896. OLE color: 10148896.
HSL color Cylindrical-coordinate representation of color #20DC9A: hue angle of 158.94º 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 #20DC9A is Cyan = 0.85, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 220 | 154 | - |
| CMYK | 0.85 | 0 | 0.3 | 0.14 |
| HSL | 158.94º | 0.75% | 0.49% | - |
| HSV(B) | 158.94º | 0.85% | 0.86% | - |
| XYZ | 32.02 | 53.83 | 39.27 | - |
| YUV | 156.26 | 126.72 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 220 | 154 | 0.85 | 0 | 0.3 | 0.14 | 158.94 | 0.75 | 0.49 |
| Hex | 20 | DC | 9A | 55 | 0 | 1E | E | 9F | 4B | 31 |
| Octal | 40 | 334 | 232 | 125 | 0 | 36 | 16 | 237 | 113 | 61 |
| Binary | 100000 | 11011100 | 10011010 | 1010101 | 0 | 11110 | 1110 | 10011111 | 1001011 | 110001 |
Color Harmonies of #20DC9A
Complementary color
Monochromatic Colors of #20DC9A
Black with #20DC9A
Text Example
Text Example
White with #20DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DC9A; }
p { color: rgb(32,220,154); }
H1.HeaderClassName
{
color: #20DC9A;
}
.AnyTagClassName
{
color: #20DC9A;
}
</style>
background-color css
<style>
a { background-color: #20DC9A; }
a { background-color: rgb(32,220,154); }
div.DivClassName
{
background-color: #20DC9A;
}
.BgClassName
{
background-color: #20DC9A;
}
</style>
border-color css
<style>
span { border-color: #20DC9A; }
span { border-color: rgb(32,220,154); }
td.TdClassName
{
border-color: #20DC9A;
}
.TagClassName
{
border-color: #20DC9A;
}
</style>