Shades of Shamrock #20E098
Tints of Shamrock #20E098
RGB
CMYK
RGB Variations
Color information
#20E098 (or 0x20E098) is known color: Shamrock. HEX triplet: 20, E0 and 98. RGB value is (32,224,152). Sum of RGB (Red+Green+Blue) = 32+224+152=408 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.84% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #20E098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E098 is #DF1F67. Grayscale: #9E9E9E. Windows color (decimal): -14622568 or 10018848. OLE color: 10018848.
HSL color Cylindrical-coordinate representation of color #20E098: hue angle of 157.5º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E098 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 224 | 152 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.12 |
| HSL | 157.5º | 0.76% | 0.5% | - |
| HSV(B) | 157.5º | 0.86% | 0.88% | - |
| XYZ | 32.92 | 55.89 | 38.76 | - |
| YUV | 158.38 | 124.39 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 224 | 152 | 0.86 | 0 | 0.32 | 0.12 | 157.5 | 0.76 | 0.5 |
| Hex | 20 | E0 | 98 | 56 | 0 | 20 | C | 9E | 4C | 32 |
| Octal | 40 | 340 | 230 | 126 | 0 | 40 | 14 | 236 | 114 | 62 |
| Binary | 100000 | 11100000 | 10011000 | 1010110 | 0 | 100000 | 1100 | 10011110 | 1001100 | 110010 |
Color Harmonies of #20E098
Complementary color
Monochromatic Colors of #20E098
Black with #20E098
Text Example
Text Example
White with #20E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E098; }
p { color: rgb(32,224,152); }
H1.HeaderClassName
{
color: #20E098;
}
.AnyTagClassName
{
color: #20E098;
}
</style>
background-color css
<style>
a { background-color: #20E098; }
a { background-color: rgb(32,224,152); }
div.DivClassName
{
background-color: #20E098;
}
.BgClassName
{
background-color: #20E098;
}
</style>
border-color css
<style>
span { border-color: #20E098; }
span { border-color: rgb(32,224,152); }
td.TdClassName
{
border-color: #20E098;
}
.TagClassName
{
border-color: #20E098;
}
</style>