Shades of Shamrock #20D09B
Tints of Shamrock #20D09B
RGB
CMYK
RGB Variations
Color information
#20D09B (or 0x20D09B) is known color: Shamrock. HEX triplet: 20, D0 and 9B. RGB value is (32,208,155). Sum of RGB (Red+Green+Blue) = 32+208+155=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #20D09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D09B is #DF2F64. Grayscale: #959595. Windows color (decimal): -14626661 or 10211360. OLE color: 10211360.
HSL color Cylindrical-coordinate representation of color #20D09B: hue angle of 161.93º 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 #20D09B is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 155 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.18 |
| HSL | 161.93º | 0.73% | 0.47% | - |
| HSV(B) | 161.93º | 0.85% | 0.82% | - |
| XYZ | 29.07 | 47.79 | 38.7 | - |
| YUV | 149.33 | 131.19 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 155 | 0.85 | 0 | 0.25 | 0.18 | 161.93 | 0.73 | 0.47 |
| Hex | 20 | D0 | 9B | 55 | 0 | 19 | 12 | A2 | 49 | 2F |
| Octal | 40 | 320 | 233 | 125 | 0 | 31 | 22 | 242 | 111 | 57 |
| Binary | 100000 | 11010000 | 10011011 | 1010101 | 0 | 11001 | 10010 | 10100010 | 1001001 | 101111 |
Color Harmonies of #20D09B
Complementary color
Monochromatic Colors of #20D09B
Black with #20D09B
Text Example
Text Example
White with #20D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D09B; }
p { color: rgb(32,208,155); }
H1.HeaderClassName
{
color: #20D09B;
}
.AnyTagClassName
{
color: #20D09B;
}
</style>
background-color css
<style>
a { background-color: #20D09B; }
a { background-color: rgb(32,208,155); }
div.DivClassName
{
background-color: #20D09B;
}
.BgClassName
{
background-color: #20D09B;
}
</style>
border-color css
<style>
span { border-color: #20D09B; }
span { border-color: rgb(32,208,155); }
td.TdClassName
{
border-color: #20D09B;
}
.TagClassName
{
border-color: #20D09B;
}
</style>