Shades of Shamrock #20C99D
Tints of Shamrock #20C99D
RGB
CMYK
RGB Variations
Color information
#20C99D (or 0x20C99D) is known color: Shamrock. HEX triplet: 20, C9 and 9D. RGB value is (32,201,157). Sum of RGB (Red+Green+Blue) = 32+201+157=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #20C99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C99D is #DF3662. Grayscale: #919191. Windows color (decimal): -14628451 or 10340640. OLE color: 10340640.
HSL color Cylindrical-coordinate representation of color #20C99D: hue angle of 164.38º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C99D is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 157 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.21 |
| HSL | 164.38º | 0.73% | 0.46% | - |
| HSV(B) | 164.38º | 0.84% | 0.79% | - |
| XYZ | 27.57 | 44.51 | 39.04 | - |
| YUV | 145.45 | 134.51 | 47.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 157 | 0.84 | 0 | 0.22 | 0.21 | 164.38 | 0.73 | 0.46 |
| Hex | 20 | C9 | 9D | 54 | 0 | 16 | 15 | A4 | 49 | 2E |
| Octal | 40 | 311 | 235 | 124 | 0 | 26 | 25 | 244 | 111 | 56 |
| Binary | 100000 | 11001001 | 10011101 | 1010100 | 0 | 10110 | 10101 | 10100100 | 1001001 | 101110 |
Color Harmonies of #20C99D
Complementary color
Monochromatic Colors of #20C99D
Black with #20C99D
Text Example
Text Example
White with #20C99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C99D; }
p { color: rgb(32,201,157); }
H1.HeaderClassName
{
color: #20C99D;
}
.AnyTagClassName
{
color: #20C99D;
}
</style>
background-color css
<style>
a { background-color: #20C99D; }
a { background-color: rgb(32,201,157); }
div.DivClassName
{
background-color: #20C99D;
}
.BgClassName
{
background-color: #20C99D;
}
</style>
border-color css
<style>
span { border-color: #20C99D; }
span { border-color: rgb(32,201,157); }
td.TdClassName
{
border-color: #20C99D;
}
.TagClassName
{
border-color: #20C99D;
}
</style>