Shades of Shamrock #20C98B
Tints of Shamrock #20C98B
RGB
CMYK
RGB Variations
Color information
#20C98B (or 0x20C98B) is known color: Shamrock. HEX triplet: 20, C9 and 8B. RGB value is (32,201,139). Sum of RGB (Red+Green+Blue) = 32+201+139=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 201 (78.91% from 255 or 54.03% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 201 - color contains mainly: green. Hex color #20C98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C98B is #DF3674. Grayscale: #8F8F8F. Windows color (decimal): -14628469 or 9160992. OLE color: 9160992.
HSL color Cylindrical-coordinate representation of color #20C98B: hue angle of 157.99º 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 #20C98B is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 139 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.21 |
| HSL | 157.99º | 0.73% | 0.46% | - |
| HSV(B) | 157.99º | 0.84% | 0.79% | - |
| XYZ | 26.14 | 43.94 | 31.53 | - |
| YUV | 143.4 | 125.51 | 48.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 139 | 0.84 | 0 | 0.31 | 0.21 | 157.99 | 0.73 | 0.46 |
| Hex | 20 | C9 | 8B | 54 | 0 | 1F | 15 | 9E | 49 | 2E |
| Octal | 40 | 311 | 213 | 124 | 0 | 37 | 25 | 236 | 111 | 56 |
| Binary | 100000 | 11001001 | 10001011 | 1010100 | 0 | 11111 | 10101 | 10011110 | 1001001 | 101110 |
Color Harmonies of #20C98B
Complementary color
Monochromatic Colors of #20C98B
Black with #20C98B
Text Example
Text Example
White with #20C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C98B; }
p { color: rgb(32,201,139); }
H1.HeaderClassName
{
color: #20C98B;
}
.AnyTagClassName
{
color: #20C98B;
}
</style>
background-color css
<style>
a { background-color: #20C98B; }
a { background-color: rgb(32,201,139); }
div.DivClassName
{
background-color: #20C98B;
}
.BgClassName
{
background-color: #20C98B;
}
</style>
border-color css
<style>
span { border-color: #20C98B; }
span { border-color: rgb(32,201,139); }
td.TdClassName
{
border-color: #20C98B;
}
.TagClassName
{
border-color: #20C98B;
}
</style>