Shades of Shamrock #20C993
Tints of Shamrock #20C993
RGB
CMYK
RGB Variations
Color information
#20C993 (or 0x20C993) is known color: Shamrock. HEX triplet: 20, C9 and 93. RGB value is (32,201,147). Sum of RGB (Red+Green+Blue) = 32+201+147=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #20C993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C993 is #DF366C. Grayscale: #909090. Windows color (decimal): -14628461 or 9685280. OLE color: 9685280.
HSL color Cylindrical-coordinate representation of color #20C993: hue angle of 160.83º 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 #20C993 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 147 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.21 |
| HSL | 160.83º | 0.73% | 0.46% | - |
| HSV(B) | 160.83º | 0.84% | 0.79% | - |
| XYZ | 26.75 | 44.19 | 34.72 | - |
| YUV | 144.31 | 129.51 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 147 | 0.84 | 0 | 0.27 | 0.21 | 160.83 | 0.73 | 0.46 |
| Hex | 20 | C9 | 93 | 54 | 0 | 1B | 15 | A1 | 49 | 2E |
| Octal | 40 | 311 | 223 | 124 | 0 | 33 | 25 | 241 | 111 | 56 |
| Binary | 100000 | 11001001 | 10010011 | 1010100 | 0 | 11011 | 10101 | 10100001 | 1001001 | 101110 |
Color Harmonies of #20C993
Complementary color
Monochromatic Colors of #20C993
Black with #20C993
Text Example
Text Example
White with #20C993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C993; }
p { color: rgb(32,201,147); }
H1.HeaderClassName
{
color: #20C993;
}
.AnyTagClassName
{
color: #20C993;
}
</style>
background-color css
<style>
a { background-color: #20C993; }
a { background-color: rgb(32,201,147); }
div.DivClassName
{
background-color: #20C993;
}
.BgClassName
{
background-color: #20C993;
}
</style>
border-color css
<style>
span { border-color: #20C993; }
span { border-color: rgb(32,201,147); }
td.TdClassName
{
border-color: #20C993;
}
.TagClassName
{
border-color: #20C993;
}
</style>