Shades of Shamrock #20D09F
Tints of Shamrock #20D09F
RGB
CMYK
RGB Variations
Color information
#20D09F (or 0x20D09F) is known color: Shamrock. HEX triplet: 20, D0 and 9F. RGB value is (32,208,159). Sum of RGB (Red+Green+Blue) = 32+208+159=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #20D09F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D09F is #DF2F60. Grayscale: #959595. Windows color (decimal): -14626657 or 10473504. OLE color: 10473504.
HSL color Cylindrical-coordinate representation of color #20D09F: hue angle of 163.3º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D09F is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 159 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.18 |
| HSL | 163.3º | 0.73% | 0.47% | - |
| HSV(B) | 163.3º | 0.85% | 0.82% | - |
| XYZ | 29.41 | 47.92 | 40.5 | - |
| YUV | 149.79 | 133.19 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 159 | 0.85 | 0 | 0.24 | 0.18 | 163.3 | 0.73 | 0.47 |
| Hex | 20 | D0 | 9F | 55 | 0 | 18 | 12 | A3 | 49 | 2F |
| Octal | 40 | 320 | 237 | 125 | 0 | 30 | 22 | 243 | 111 | 57 |
| Binary | 100000 | 11010000 | 10011111 | 1010101 | 0 | 11000 | 10010 | 10100011 | 1001001 | 101111 |
Color Harmonies of #20D09F
Complementary color
Monochromatic Colors of #20D09F
Black with #20D09F
Text Example
Text Example
White with #20D09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D09F; }
p { color: rgb(32,208,159); }
H1.HeaderClassName
{
color: #20D09F;
}
.AnyTagClassName
{
color: #20D09F;
}
</style>
background-color css
<style>
a { background-color: #20D09F; }
a { background-color: rgb(32,208,159); }
div.DivClassName
{
background-color: #20D09F;
}
.BgClassName
{
background-color: #20D09F;
}
</style>
border-color css
<style>
span { border-color: #20D09F; }
span { border-color: rgb(32,208,159); }
td.TdClassName
{
border-color: #20D09F;
}
.TagClassName
{
border-color: #20D09F;
}
</style>