Shades of Shamrock #20CDA4
Tints of Shamrock #20CDA4
RGB
CMYK
RGB Variations
Color information
#20CDA4 (or 0x20CDA4) is known color: Shamrock. HEX triplet: 20, CD and A4. RGB value is (32,205,164). Sum of RGB (Red+Green+Blue) = 32+205+164=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CDA4 is #DF325B. Grayscale: #949494. Windows color (decimal): -14627420 or 10800416. OLE color: 10800416.
HSL color Cylindrical-coordinate representation of color #20CDA4: hue angle of 165.78º 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 #20CDA4 is Cyan = 0.84, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 164 | - |
| CMYK | 0.84 | 0 | 0.2 | 0.20 |
| HSL | 165.78º | 0.73% | 0.46% | - |
| HSV(B) | 165.78º | 0.84% | 0.8% | - |
| XYZ | 29.13 | 46.65 | 42.59 | - |
| YUV | 148.6 | 136.69 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 164 | 0.84 | 0 | 0.2 | 0.20 | 165.78 | 0.73 | 0.46 |
| Hex | 20 | CD | A4 | 54 | 0 | 14 | 14 | A6 | 49 | 2E |
| Octal | 40 | 315 | 244 | 124 | 0 | 24 | 24 | 246 | 111 | 56 |
| Binary | 100000 | 11001101 | 10100100 | 1010100 | 0 | 10100 | 10100 | 10100110 | 1001001 | 101110 |
Color Harmonies of #20CDA4
Complementary color
Monochromatic Colors of #20CDA4
Black with #20CDA4
Text Example
Text Example
White with #20CDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDA4; }
p { color: rgb(32,205,164); }
H1.HeaderClassName
{
color: #20CDA4;
}
.AnyTagClassName
{
color: #20CDA4;
}
</style>
background-color css
<style>
a { background-color: #20CDA4; }
a { background-color: rgb(32,205,164); }
div.DivClassName
{
background-color: #20CDA4;
}
.BgClassName
{
background-color: #20CDA4;
}
</style>
border-color css
<style>
span { border-color: #20CDA4; }
span { border-color: rgb(32,205,164); }
td.TdClassName
{
border-color: #20CDA4;
}
.TagClassName
{
border-color: #20CDA4;
}
</style>