Shades of Shamrock #20CC94
Tints of Shamrock #20CC94
RGB
CMYK
RGB Variations
Color information
#20CC94 (or 0x20CC94) is known color: Shamrock. HEX triplet: 20, CC and 94. RGB value is (32,204,148). Sum of RGB (Red+Green+Blue) = 32+204+148=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CC94 is #DF336B. Grayscale: #929292. Windows color (decimal): -14627692 or 9751584. OLE color: 9751584.
HSL color Cylindrical-coordinate representation of color #20CC94: hue angle of 160.47º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC94 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 148 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.2 |
| HSL | 160.47º | 0.73% | 0.46% | - |
| HSV(B) | 160.47º | 0.84% | 0.8% | - |
| XYZ | 27.53 | 45.63 | 35.37 | - |
| YUV | 146.19 | 129.02 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 148 | 0.84 | 0 | 0.27 | 0.2 | 160.47 | 0.73 | 0.46 |
| Hex | 20 | CC | 94 | 54 | 0 | 1B | 14 | A0 | 49 | 2E |
| Octal | 40 | 314 | 224 | 124 | 0 | 33 | 24 | 240 | 111 | 56 |
| Binary | 100000 | 11001100 | 10010100 | 1010100 | 0 | 11011 | 10100 | 10100000 | 1001001 | 101110 |
Color Harmonies of #20CC94
Complementary color
Monochromatic Colors of #20CC94
Black with #20CC94
Text Example
Text Example
White with #20CC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC94; }
p { color: rgb(32,204,148); }
H1.HeaderClassName
{
color: #20CC94;
}
.AnyTagClassName
{
color: #20CC94;
}
</style>
background-color css
<style>
a { background-color: #20CC94; }
a { background-color: rgb(32,204,148); }
div.DivClassName
{
background-color: #20CC94;
}
.BgClassName
{
background-color: #20CC94;
}
</style>
border-color css
<style>
span { border-color: #20CC94; }
span { border-color: rgb(32,204,148); }
td.TdClassName
{
border-color: #20CC94;
}
.TagClassName
{
border-color: #20CC94;
}
</style>