Shades of Shamrock #20C699
Tints of Shamrock #20C699
RGB
CMYK
RGB Variations
Color information
#20C699 (or 0x20C699) is known color: Shamrock. HEX triplet: 20, C6 and 99. RGB value is (32,198,153). Sum of RGB (Red+Green+Blue) = 32+198+153=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #20C699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C699 is #DF3966. Grayscale: #8F8F8F. Windows color (decimal): -14629223 or 10077728. OLE color: 10077728.
HSL color Cylindrical-coordinate representation of color #20C699: hue angle of 163.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C699 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 153 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.22 |
| HSL | 163.73º | 0.72% | 0.45% | - |
| HSV(B) | 163.73º | 0.84% | 0.78% | - |
| XYZ | 26.54 | 43 | 37.04 | - |
| YUV | 143.24 | 133.5 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 153 | 0.84 | 0 | 0.23 | 0.22 | 163.73 | 0.72 | 0.45 |
| Hex | 20 | C6 | 99 | 54 | 0 | 17 | 16 | A4 | 48 | 2D |
| Octal | 40 | 306 | 231 | 124 | 0 | 27 | 26 | 244 | 110 | 55 |
| Binary | 100000 | 11000110 | 10011001 | 1010100 | 0 | 10111 | 10110 | 10100100 | 1001000 | 101101 |
Color Harmonies of #20C699
Complementary color
Monochromatic Colors of #20C699
Black with #20C699
Text Example
Text Example
White with #20C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C699; }
p { color: rgb(32,198,153); }
H1.HeaderClassName
{
color: #20C699;
}
.AnyTagClassName
{
color: #20C699;
}
</style>
background-color css
<style>
a { background-color: #20C699; }
a { background-color: rgb(32,198,153); }
div.DivClassName
{
background-color: #20C699;
}
.BgClassName
{
background-color: #20C699;
}
</style>
border-color css
<style>
span { border-color: #20C699; }
span { border-color: rgb(32,198,153); }
td.TdClassName
{
border-color: #20C699;
}
.TagClassName
{
border-color: #20C699;
}
</style>