Shades of Shamrock #20D181
Tints of Shamrock #20D181
RGB
CMYK
RGB Variations
Color information
#20D181 (or 0x20D181) is known color: Shamrock. HEX triplet: 20, D1 and 81. RGB value is (32,209,129). Sum of RGB (Red+Green+Blue) = 32+209+129=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 209 (82.03% from 255 or 56.49% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 209 - color contains mainly: green. Hex color #20D181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D181 is #DF2E7E. Grayscale: #939393. Windows color (decimal): -14626431 or 8507680. OLE color: 8507680.
HSL color Cylindrical-coordinate representation of color #20D181: hue angle of 152.88º 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 #20D181 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 209 | 129 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.18 |
| HSL | 152.88º | 0.73% | 0.47% | - |
| HSV(B) | 152.88º | 0.85% | 0.82% | - |
| XYZ | 27.36 | 47.49 | 28.49 | - |
| YUV | 146.96 | 117.86 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 129 | 0.85 | 0 | 0.38 | 0.18 | 152.88 | 0.73 | 0.47 |
| Hex | 20 | D1 | 81 | 55 | 0 | 26 | 12 | 99 | 49 | 2F |
| Octal | 40 | 321 | 201 | 125 | 0 | 46 | 22 | 231 | 111 | 57 |
| Binary | 100000 | 11010001 | 10000001 | 1010101 | 0 | 100110 | 10010 | 10011001 | 1001001 | 101111 |
Color Harmonies of #20D181
Complementary color
Monochromatic Colors of #20D181
Black with #20D181
Text Example
Text Example
White with #20D181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D181; }
p { color: rgb(32,209,129); }
H1.HeaderClassName
{
color: #20D181;
}
.AnyTagClassName
{
color: #20D181;
}
</style>
background-color css
<style>
a { background-color: #20D181; }
a { background-color: rgb(32,209,129); }
div.DivClassName
{
background-color: #20D181;
}
.BgClassName
{
background-color: #20D181;
}
</style>
border-color css
<style>
span { border-color: #20D181; }
span { border-color: rgb(32,209,129); }
td.TdClassName
{
border-color: #20D181;
}
.TagClassName
{
border-color: #20D181;
}
</style>