Shades of Shamrock #20CA94
Tints of Shamrock #20CA94
RGB
CMYK
RGB Variations
Color information
#20CA94 (or 0x20CA94) is known color: Shamrock. HEX triplet: 20, CA and 94. RGB value is (32,202,148). Sum of RGB (Red+Green+Blue) = 32+202+148=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA94 is #DF356B. Grayscale: #919191. Windows color (decimal): -14628204 or 9751072. OLE color: 9751072.
HSL color Cylindrical-coordinate representation of color #20CA94: hue angle of 160.94º 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 #20CA94 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 148 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.21 |
| HSL | 160.94º | 0.73% | 0.46% | - |
| HSV(B) | 160.94º | 0.84% | 0.79% | - |
| XYZ | 27.06 | 44.69 | 35.22 | - |
| YUV | 145.01 | 129.68 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 148 | 0.84 | 0 | 0.27 | 0.21 | 160.94 | 0.73 | 0.46 |
| Hex | 20 | CA | 94 | 54 | 0 | 1B | 15 | A1 | 49 | 2E |
| Octal | 40 | 312 | 224 | 124 | 0 | 33 | 25 | 241 | 111 | 56 |
| Binary | 100000 | 11001010 | 10010100 | 1010100 | 0 | 11011 | 10101 | 10100001 | 1001001 | 101110 |
Color Harmonies of #20CA94
Complementary color
Monochromatic Colors of #20CA94
Black with #20CA94
Text Example
Text Example
White with #20CA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA94; }
p { color: rgb(32,202,148); }
H1.HeaderClassName
{
color: #20CA94;
}
.AnyTagClassName
{
color: #20CA94;
}
</style>
background-color css
<style>
a { background-color: #20CA94; }
a { background-color: rgb(32,202,148); }
div.DivClassName
{
background-color: #20CA94;
}
.BgClassName
{
background-color: #20CA94;
}
</style>
border-color css
<style>
span { border-color: #20CA94; }
span { border-color: rgb(32,202,148); }
td.TdClassName
{
border-color: #20CA94;
}
.TagClassName
{
border-color: #20CA94;
}
</style>