Shades of Shamrock #20CD90
Tints of Shamrock #20CD90
RGB
CMYK
RGB Variations
Color information
#20CD90 (or 0x20CD90) is known color: Shamrock. HEX triplet: 20, CD and 90. RGB value is (32,205,144). Sum of RGB (Red+Green+Blue) = 32+205+144=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CD90 is #DF326F. Grayscale: #929292. Windows color (decimal): -14627440 or 9489696. OLE color: 9489696.
HSL color Cylindrical-coordinate representation of color #20CD90: hue angle of 158.84º 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 #20CD90 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 144 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.20 |
| HSL | 158.84º | 0.73% | 0.46% | - |
| HSV(B) | 158.84º | 0.84% | 0.8% | - |
| XYZ | 27.46 | 45.98 | 33.81 | - |
| YUV | 146.32 | 126.69 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 144 | 0.84 | 0 | 0.30 | 0.20 | 158.84 | 0.73 | 0.46 |
| Hex | 20 | CD | 90 | 54 | 0 | 1E | 14 | 9F | 49 | 2E |
| Octal | 40 | 315 | 220 | 124 | 0 | 36 | 24 | 237 | 111 | 56 |
| Binary | 100000 | 11001101 | 10010000 | 1010100 | 0 | 11110 | 10100 | 10011111 | 1001001 | 101110 |
Color Harmonies of #20CD90
Complementary color
Monochromatic Colors of #20CD90
Black with #20CD90
Text Example
Text Example
White with #20CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD90; }
p { color: rgb(32,205,144); }
H1.HeaderClassName
{
color: #20CD90;
}
.AnyTagClassName
{
color: #20CD90;
}
</style>
background-color css
<style>
a { background-color: #20CD90; }
a { background-color: rgb(32,205,144); }
div.DivClassName
{
background-color: #20CD90;
}
.BgClassName
{
background-color: #20CD90;
}
</style>
border-color css
<style>
span { border-color: #20CD90; }
span { border-color: rgb(32,205,144); }
td.TdClassName
{
border-color: #20CD90;
}
.TagClassName
{
border-color: #20CD90;
}
</style>