Shades of Shamrock #20D092
Tints of Shamrock #20D092
RGB
CMYK
RGB Variations
Color information
#20D092 (or 0x20D092) is known color: Shamrock. HEX triplet: 20, D0 and 92. RGB value is (32,208,146). Sum of RGB (Red+Green+Blue) = 32+208+146=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 208 (81.64% from 255 or 53.89% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 208 - color contains mainly: green. Hex color #20D092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D092 is #DF2F6D. Grayscale: #949494. Windows color (decimal): -14626670 or 9621536. OLE color: 9621536.
HSL color Cylindrical-coordinate representation of color #20D092: hue angle of 158.86º 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 #20D092 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 146 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.18 |
| HSL | 158.86º | 0.73% | 0.47% | - |
| HSV(B) | 158.86º | 0.85% | 0.82% | - |
| XYZ | 28.34 | 47.49 | 34.87 | - |
| YUV | 148.31 | 126.69 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 146 | 0.85 | 0 | 0.30 | 0.18 | 158.86 | 0.73 | 0.47 |
| Hex | 20 | D0 | 92 | 55 | 0 | 1E | 12 | 9F | 49 | 2F |
| Octal | 40 | 320 | 222 | 125 | 0 | 36 | 22 | 237 | 111 | 57 |
| Binary | 100000 | 11010000 | 10010010 | 1010101 | 0 | 11110 | 10010 | 10011111 | 1001001 | 101111 |
Color Harmonies of #20D092
Complementary color
Monochromatic Colors of #20D092
Black with #20D092
Text Example
Text Example
White with #20D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D092; }
p { color: rgb(32,208,146); }
H1.HeaderClassName
{
color: #20D092;
}
.AnyTagClassName
{
color: #20D092;
}
</style>
background-color css
<style>
a { background-color: #20D092; }
a { background-color: rgb(32,208,146); }
div.DivClassName
{
background-color: #20D092;
}
.BgClassName
{
background-color: #20D092;
}
</style>
border-color css
<style>
span { border-color: #20D092; }
span { border-color: rgb(32,208,146); }
td.TdClassName
{
border-color: #20D092;
}
.TagClassName
{
border-color: #20D092;
}
</style>