Shades of Shamrock #20E396
Tints of Shamrock #20E396
RGB
CMYK
RGB Variations
Color information
#20E396 (or 0x20E396) is known color: Shamrock. HEX triplet: 20, E3 and 96. RGB value is (32,227,150). Sum of RGB (Red+Green+Blue) = 32+227+150=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 227 (89.06% from 255 or 55.50% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 227 - color contains mainly: green. Hex color #20E396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20E396 is #DF1C69. Grayscale: #A0A0A0. Windows color (decimal): -14621802 or 9888544. OLE color: 9888544.
HSL color Cylindrical-coordinate representation of color #20E396: hue angle of 156.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E396 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 227 | 150 | - |
| CMYK | 0.86 | 0 | 0.34 | 0.11 |
| HSL | 156.31º | 0.78% | 0.51% | - |
| HSV(B) | 156.31º | 0.86% | 0.89% | - |
| XYZ | 33.57 | 57.45 | 38.17 | - |
| YUV | 159.92 | 122.4 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 227 | 150 | 0.86 | 0 | 0.34 | 0.11 | 156.31 | 0.78 | 0.51 |
| Hex | 20 | E3 | 96 | 56 | 0 | 22 | B | 9C | 4E | 33 |
| Octal | 40 | 343 | 226 | 126 | 0 | 42 | 13 | 234 | 116 | 63 |
| Binary | 100000 | 11100011 | 10010110 | 1010110 | 0 | 100010 | 1011 | 10011100 | 1001110 | 110011 |
Color Harmonies of #20E396
Complementary color
Monochromatic Colors of #20E396
Black with #20E396
Text Example
Text Example
White with #20E396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E396; }
p { color: rgb(32,227,150); }
H1.HeaderClassName
{
color: #20E396;
}
.AnyTagClassName
{
color: #20E396;
}
</style>
background-color css
<style>
a { background-color: #20E396; }
a { background-color: rgb(32,227,150); }
div.DivClassName
{
background-color: #20E396;
}
.BgClassName
{
background-color: #20E396;
}
</style>
border-color css
<style>
span { border-color: #20E396; }
span { border-color: rgb(32,227,150); }
td.TdClassName
{
border-color: #20E396;
}
.TagClassName
{
border-color: #20E396;
}
</style>