Shades of Shamrock #20CA8B
Tints of Shamrock #20CA8B
RGB
CMYK
RGB Variations
Color information
#20CA8B (or 0x20CA8B) is known color: Shamrock. HEX triplet: 20, CA and 8B. RGB value is (32,202,139). Sum of RGB (Red+Green+Blue) = 32+202+139=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CA8B is #DF3574. Grayscale: #909090. Windows color (decimal): -14628213 or 9161248. OLE color: 9161248.
HSL color Cylindrical-coordinate representation of color #20CA8B: hue angle of 157.76º 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 #20CA8B is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 139 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.21 |
| HSL | 157.76º | 0.73% | 0.46% | - |
| HSV(B) | 157.76º | 0.84% | 0.79% | - |
| XYZ | 26.38 | 44.41 | 31.61 | - |
| YUV | 143.99 | 125.18 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 139 | 0.84 | 0 | 0.31 | 0.21 | 157.76 | 0.73 | 0.46 |
| Hex | 20 | CA | 8B | 54 | 0 | 1F | 15 | 9E | 49 | 2E |
| Octal | 40 | 312 | 213 | 124 | 0 | 37 | 25 | 236 | 111 | 56 |
| Binary | 100000 | 11001010 | 10001011 | 1010100 | 0 | 11111 | 10101 | 10011110 | 1001001 | 101110 |
Color Harmonies of #20CA8B
Complementary color
Monochromatic Colors of #20CA8B
Black with #20CA8B
Text Example
Text Example
White with #20CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA8B; }
p { color: rgb(32,202,139); }
H1.HeaderClassName
{
color: #20CA8B;
}
.AnyTagClassName
{
color: #20CA8B;
}
</style>
background-color css
<style>
a { background-color: #20CA8B; }
a { background-color: rgb(32,202,139); }
div.DivClassName
{
background-color: #20CA8B;
}
.BgClassName
{
background-color: #20CA8B;
}
</style>
border-color css
<style>
span { border-color: #20CA8B; }
span { border-color: rgb(32,202,139); }
td.TdClassName
{
border-color: #20CA8B;
}
.TagClassName
{
border-color: #20CA8B;
}
</style>