Shades of Shamrock #20E7AF
Tints of Shamrock #20E7AF
RGB
CMYK
RGB Variations
Color information
#20E7AF (or 0x20E7AF) is known color: Shamrock. HEX triplet: 20, E7 and AF. RGB value is (32,231,175). Sum of RGB (Red+Green+Blue) = 32+231+175=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 231 (90.62% from 255 or 52.74% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 231 - color contains mainly: green. Hex color #20E7AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #20E7AF is #DF1850. Grayscale: #A5A5A5. Windows color (decimal): -14620753 or 11527968. OLE color: 11527968.
HSL color Cylindrical-coordinate representation of color #20E7AF: hue angle of 163.12º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E7AF is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 231 | 175 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.09 |
| HSL | 163.12º | 0.81% | 0.52% | - |
| HSV(B) | 163.12º | 0.86% | 0.91% | - |
| XYZ | 36.91 | 60.55 | 50.3 | - |
| YUV | 165.12 | 133.57 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 231 | 175 | 0.86 | 0 | 0.24 | 0.09 | 163.12 | 0.81 | 0.52 |
| Hex | 20 | E7 | AF | 56 | 0 | 18 | 9 | A3 | 51 | 34 |
| Octal | 40 | 347 | 257 | 126 | 0 | 30 | 11 | 243 | 121 | 64 |
| Binary | 100000 | 11100111 | 10101111 | 1010110 | 0 | 11000 | 1001 | 10100011 | 1010001 | 110100 |
Color Harmonies of #20E7AF
Complementary color
Monochromatic Colors of #20E7AF
Black with #20E7AF
Text Example
Text Example
White with #20E7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E7AF; }
p { color: rgb(32,231,175); }
H1.HeaderClassName
{
color: #20E7AF;
}
.AnyTagClassName
{
color: #20E7AF;
}
</style>
background-color css
<style>
a { background-color: #20E7AF; }
a { background-color: rgb(32,231,175); }
div.DivClassName
{
background-color: #20E7AF;
}
.BgClassName
{
background-color: #20E7AF;
}
</style>
border-color css
<style>
span { border-color: #20E7AF; }
span { border-color: rgb(32,231,175); }
td.TdClassName
{
border-color: #20E7AF;
}
.TagClassName
{
border-color: #20E7AF;
}
</style>