Shades of Shamrock #20D290
Tints of Shamrock #20D290
RGB
CMYK
RGB Variations
Color information
#20D290 (or 0x20D290) is known color: Shamrock. HEX triplet: 20, D2 and 90. RGB value is (32,210,144). Sum of RGB (Red+Green+Blue) = 32+210+144=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #20D290 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D290 is #DF2D6F. Grayscale: #959595. Windows color (decimal): -14626160 or 9490976. OLE color: 9490976.
HSL color Cylindrical-coordinate representation of color #20D290: hue angle of 157.75º degrees, saturation: 0.74, 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 #20D290 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 210 | 144 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.18 |
| HSL | 157.75º | 0.74% | 0.47% | - |
| HSV(B) | 157.75º | 0.85% | 0.82% | - |
| XYZ | 28.68 | 48.41 | 34.22 | - |
| YUV | 149.25 | 125.03 | 44.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 210 | 144 | 0.85 | 0 | 0.31 | 0.18 | 157.75 | 0.74 | 0.47 |
| Hex | 20 | D2 | 90 | 55 | 0 | 1F | 12 | 9E | 4A | 2F |
| Octal | 40 | 322 | 220 | 125 | 0 | 37 | 22 | 236 | 112 | 57 |
| Binary | 100000 | 11010010 | 10010000 | 1010101 | 0 | 11111 | 10010 | 10011110 | 1001010 | 101111 |
Color Harmonies of #20D290
Complementary color
Monochromatic Colors of #20D290
Black with #20D290
Text Example
Text Example
White with #20D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D290; }
p { color: rgb(32,210,144); }
H1.HeaderClassName
{
color: #20D290;
}
.AnyTagClassName
{
color: #20D290;
}
</style>
background-color css
<style>
a { background-color: #20D290; }
a { background-color: rgb(32,210,144); }
div.DivClassName
{
background-color: #20D290;
}
.BgClassName
{
background-color: #20D290;
}
</style>
border-color css
<style>
span { border-color: #20D290; }
span { border-color: rgb(32,210,144); }
td.TdClassName
{
border-color: #20D290;
}
.TagClassName
{
border-color: #20D290;
}
</style>