Shades of Shamrock #20CA90
Tints of Shamrock #20CA90
RGB
CMYK
RGB Variations
Color information
#20CA90 (or 0x20CA90) is known color: Shamrock. HEX triplet: 20, CA and 90. RGB value is (32,202,144). Sum of RGB (Red+Green+Blue) = 32+202+144=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA90 is #DF356F. Grayscale: #909090. Windows color (decimal): -14628208 or 9488928. OLE color: 9488928.
HSL color Cylindrical-coordinate representation of color #20CA90: hue angle of 159.53º 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 #20CA90 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 144 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.21 |
| HSL | 159.53º | 0.73% | 0.46% | - |
| HSV(B) | 159.53º | 0.84% | 0.79% | - |
| XYZ | 26.75 | 44.56 | 33.58 | - |
| YUV | 144.56 | 127.68 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 144 | 0.84 | 0 | 0.29 | 0.21 | 159.53 | 0.73 | 0.46 |
| Hex | 20 | CA | 90 | 54 | 0 | 1D | 15 | A0 | 49 | 2E |
| Octal | 40 | 312 | 220 | 124 | 0 | 35 | 25 | 240 | 111 | 56 |
| Binary | 100000 | 11001010 | 10010000 | 1010100 | 0 | 11101 | 10101 | 10100000 | 1001001 | 101110 |
Color Harmonies of #20CA90
Complementary color
Monochromatic Colors of #20CA90
Black with #20CA90
Text Example
Text Example
White with #20CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA90; }
p { color: rgb(32,202,144); }
H1.HeaderClassName
{
color: #20CA90;
}
.AnyTagClassName
{
color: #20CA90;
}
</style>
background-color css
<style>
a { background-color: #20CA90; }
a { background-color: rgb(32,202,144); }
div.DivClassName
{
background-color: #20CA90;
}
.BgClassName
{
background-color: #20CA90;
}
</style>
border-color css
<style>
span { border-color: #20CA90; }
span { border-color: rgb(32,202,144); }
td.TdClassName
{
border-color: #20CA90;
}
.TagClassName
{
border-color: #20CA90;
}
</style>