Shades of Shamrock #20CA8E
Tints of Shamrock #20CA8E
RGB
CMYK
RGB Variations
Color information
#20CA8E (or 0x20CA8E) is known color: Shamrock. HEX triplet: 20, CA and 8E. RGB value is (32,202,142). Sum of RGB (Red+Green+Blue) = 32+202+142=376 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.51% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA8E is #DF3571. Grayscale: #909090. Windows color (decimal): -14628210 or 9357856. OLE color: 9357856.
HSL color Cylindrical-coordinate representation of color #20CA8E: hue angle of 158.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA8E is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 142 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.21 |
| HSL | 158.82º | 0.73% | 0.46% | - |
| HSV(B) | 158.82º | 0.84% | 0.79% | - |
| XYZ | 26.6 | 44.5 | 32.78 | - |
| YUV | 144.33 | 126.68 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 142 | 0.84 | 0 | 0.30 | 0.21 | 158.82 | 0.73 | 0.46 |
| Hex | 20 | CA | 8E | 54 | 0 | 1E | 15 | 9F | 49 | 2E |
| Octal | 40 | 312 | 216 | 124 | 0 | 36 | 25 | 237 | 111 | 56 |
| Binary | 100000 | 11001010 | 10001110 | 1010100 | 0 | 11110 | 10101 | 10011111 | 1001001 | 101110 |
Color Harmonies of #20CA8E
Complementary color
Monochromatic Colors of #20CA8E
Black with #20CA8E
Text Example
Text Example
White with #20CA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA8E; }
p { color: rgb(32,202,142); }
H1.HeaderClassName
{
color: #20CA8E;
}
.AnyTagClassName
{
color: #20CA8E;
}
</style>
background-color css
<style>
a { background-color: #20CA8E; }
a { background-color: rgb(32,202,142); }
div.DivClassName
{
background-color: #20CA8E;
}
.BgClassName
{
background-color: #20CA8E;
}
</style>
border-color css
<style>
span { border-color: #20CA8E; }
span { border-color: rgb(32,202,142); }
td.TdClassName
{
border-color: #20CA8E;
}
.TagClassName
{
border-color: #20CA8E;
}
</style>