Shades of Shamrock #20D698
Tints of Shamrock #20D698
RGB
CMYK
RGB Variations
Color information
#20D698 (or 0x20D698) is known color: Shamrock. HEX triplet: 20, D6 and 98. RGB value is (32,214,152). Sum of RGB (Red+Green+Blue) = 32+214+152=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #20D698 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D698 is #DF2967. Grayscale: #989898. Windows color (decimal): -14625128 or 10016288. OLE color: 10016288.
HSL color Cylindrical-coordinate representation of color #20D698: hue angle of 159.56º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D698 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 152 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.16 |
| HSL | 159.56º | 0.74% | 0.48% | - |
| HSV(B) | 159.56º | 0.85% | 0.84% | - |
| XYZ | 30.31 | 50.67 | 37.89 | - |
| YUV | 152.51 | 127.7 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 152 | 0.85 | 0 | 0.29 | 0.16 | 159.56 | 0.74 | 0.48 |
| Hex | 20 | D6 | 98 | 55 | 0 | 1D | 10 | A0 | 4A | 30 |
| Octal | 40 | 326 | 230 | 125 | 0 | 35 | 20 | 240 | 112 | 60 |
| Binary | 100000 | 11010110 | 10011000 | 1010101 | 0 | 11101 | 10000 | 10100000 | 1001010 | 110000 |
Color Harmonies of #20D698
Complementary color
Monochromatic Colors of #20D698
Black with #20D698
Text Example
Text Example
White with #20D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D698; }
p { color: rgb(32,214,152); }
H1.HeaderClassName
{
color: #20D698;
}
.AnyTagClassName
{
color: #20D698;
}
</style>
background-color css
<style>
a { background-color: #20D698; }
a { background-color: rgb(32,214,152); }
div.DivClassName
{
background-color: #20D698;
}
.BgClassName
{
background-color: #20D698;
}
</style>
border-color css
<style>
span { border-color: #20D698; }
span { border-color: rgb(32,214,152); }
td.TdClassName
{
border-color: #20D698;
}
.TagClassName
{
border-color: #20D698;
}
</style>