Shades of Shamrock #20CA97
Tints of Shamrock #20CA97
RGB
CMYK
RGB Variations
Color information
#20CA97 (or 0x20CA97) is known color: Shamrock. HEX triplet: 20, CA and 97. RGB value is (32,202,151). Sum of RGB (Red+Green+Blue) = 32+202+151=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 202 (79.30% from 255 or 52.47% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA97 is #DF3568. Grayscale: #919191. Windows color (decimal): -14628201 or 9947680. OLE color: 9947680.
HSL color Cylindrical-coordinate representation of color #20CA97: hue angle of 162º 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 #20CA97 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 151 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.21 |
| HSL | 162º | 0.73% | 0.46% | - |
| HSV(B) | 162º | 0.84% | 0.79% | - |
| XYZ | 27.3 | 44.78 | 36.48 | - |
| YUV | 145.36 | 131.18 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 151 | 0.84 | 0 | 0.25 | 0.21 | 162 | 0.73 | 0.46 |
| Hex | 20 | CA | 97 | 54 | 0 | 19 | 15 | A2 | 49 | 2E |
| Octal | 40 | 312 | 227 | 124 | 0 | 31 | 25 | 242 | 111 | 56 |
| Binary | 100000 | 11001010 | 10010111 | 1010100 | 0 | 11001 | 10101 | 10100010 | 1001001 | 101110 |
Color Harmonies of #20CA97
Complementary color
Monochromatic Colors of #20CA97
Black with #20CA97
Text Example
Text Example
White with #20CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA97; }
p { color: rgb(32,202,151); }
H1.HeaderClassName
{
color: #20CA97;
}
.AnyTagClassName
{
color: #20CA97;
}
</style>
background-color css
<style>
a { background-color: #20CA97; }
a { background-color: rgb(32,202,151); }
div.DivClassName
{
background-color: #20CA97;
}
.BgClassName
{
background-color: #20CA97;
}
</style>
border-color css
<style>
span { border-color: #20CA97; }
span { border-color: rgb(32,202,151); }
td.TdClassName
{
border-color: #20CA97;
}
.TagClassName
{
border-color: #20CA97;
}
</style>