Shades of Shamrock #20CA91
Tints of Shamrock #20CA91
RGB
CMYK
RGB Variations
Color information
#20CA91 (or 0x20CA91) is known color: Shamrock. HEX triplet: 20, CA and 91. RGB value is (32,202,145). Sum of RGB (Red+Green+Blue) = 32+202+145=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA91 is #DF356E. Grayscale: #909090. Windows color (decimal): -14628207 or 9554464. OLE color: 9554464.
HSL color Cylindrical-coordinate representation of color #20CA91: hue angle of 159.88º 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 #20CA91 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 145 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.21 |
| HSL | 159.88º | 0.73% | 0.46% | - |
| HSV(B) | 159.88º | 0.84% | 0.79% | - |
| XYZ | 26.83 | 44.59 | 33.98 | - |
| YUV | 144.67 | 128.18 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 145 | 0.84 | 0 | 0.28 | 0.21 | 159.88 | 0.73 | 0.46 |
| Hex | 20 | CA | 91 | 54 | 0 | 1C | 15 | A0 | 49 | 2E |
| Octal | 40 | 312 | 221 | 124 | 0 | 34 | 25 | 240 | 111 | 56 |
| Binary | 100000 | 11001010 | 10010001 | 1010100 | 0 | 11100 | 10101 | 10100000 | 1001001 | 101110 |
Color Harmonies of #20CA91
Complementary color
Monochromatic Colors of #20CA91
Black with #20CA91
Text Example
Text Example
White with #20CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA91; }
p { color: rgb(32,202,145); }
H1.HeaderClassName
{
color: #20CA91;
}
.AnyTagClassName
{
color: #20CA91;
}
</style>
background-color css
<style>
a { background-color: #20CA91; }
a { background-color: rgb(32,202,145); }
div.DivClassName
{
background-color: #20CA91;
}
.BgClassName
{
background-color: #20CA91;
}
</style>
border-color css
<style>
span { border-color: #20CA91; }
span { border-color: rgb(32,202,145); }
td.TdClassName
{
border-color: #20CA91;
}
.TagClassName
{
border-color: #20CA91;
}
</style>