Shades of Shamrock #20D08B
Tints of Shamrock #20D08B
RGB
CMYK
RGB Variations
Color information
#20D08B (or 0x20D08B) is known color: Shamrock. HEX triplet: 20, D0 and 8B. RGB value is (32,208,139). Sum of RGB (Red+Green+Blue) = 32+208+139=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 208 (81.64% from 255 or 54.88% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 208 - color contains mainly: green. Hex color #20D08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D08B is #DF2F74. Grayscale: #939393. Windows color (decimal): -14626677 or 9162784. OLE color: 9162784.
HSL color Cylindrical-coordinate representation of color #20D08B: hue angle of 156.48º 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 #20D08B is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 139 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.18 |
| HSL | 156.48º | 0.73% | 0.47% | - |
| HSV(B) | 156.48º | 0.85% | 0.82% | - |
| XYZ | 27.81 | 47.28 | 32.09 | - |
| YUV | 147.51 | 123.19 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 139 | 0.85 | 0 | 0.33 | 0.18 | 156.48 | 0.73 | 0.47 |
| Hex | 20 | D0 | 8B | 55 | 0 | 21 | 12 | 9C | 49 | 2F |
| Octal | 40 | 320 | 213 | 125 | 0 | 41 | 22 | 234 | 111 | 57 |
| Binary | 100000 | 11010000 | 10001011 | 1010101 | 0 | 100001 | 10010 | 10011100 | 1001001 | 101111 |
Color Harmonies of #20D08B
Complementary color
Monochromatic Colors of #20D08B
Black with #20D08B
Text Example
Text Example
White with #20D08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D08B; }
p { color: rgb(32,208,139); }
H1.HeaderClassName
{
color: #20D08B;
}
.AnyTagClassName
{
color: #20D08B;
}
</style>
background-color css
<style>
a { background-color: #20D08B; }
a { background-color: rgb(32,208,139); }
div.DivClassName
{
background-color: #20D08B;
}
.BgClassName
{
background-color: #20D08B;
}
</style>
border-color css
<style>
span { border-color: #20D08B; }
span { border-color: rgb(32,208,139); }
td.TdClassName
{
border-color: #20D08B;
}
.TagClassName
{
border-color: #20D08B;
}
</style>