Shades of Shamrock #20C398
Tints of Shamrock #20C398
RGB
CMYK
RGB Variations
Color information
#20C398 (or 0x20C398) is known color: Shamrock. HEX triplet: 20, C3 and 98. RGB value is (32,195,152). Sum of RGB (Red+Green+Blue) = 32+195+152=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #20C398 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C398 is #DF3C67. Grayscale: #8D8D8D. Windows color (decimal): -14629992 or 10011424. OLE color: 10011424.
HSL color Cylindrical-coordinate representation of color #20C398: hue angle of 164.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C398 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 152 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.24 |
| HSL | 164.17º | 0.72% | 0.45% | - |
| HSV(B) | 164.17º | 0.84% | 0.76% | - |
| XYZ | 25.78 | 41.6 | 36.38 | - |
| YUV | 141.36 | 134 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 152 | 0.84 | 0 | 0.22 | 0.24 | 164.17 | 0.72 | 0.45 |
| Hex | 20 | C3 | 98 | 54 | 0 | 16 | 18 | A4 | 48 | 2D |
| Octal | 40 | 303 | 230 | 124 | 0 | 26 | 30 | 244 | 110 | 55 |
| Binary | 100000 | 11000011 | 10011000 | 1010100 | 0 | 10110 | 11000 | 10100100 | 1001000 | 101101 |
Color Harmonies of #20C398
Complementary color
Monochromatic Colors of #20C398
Black with #20C398
Text Example
Text Example
White with #20C398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C398; }
p { color: rgb(32,195,152); }
H1.HeaderClassName
{
color: #20C398;
}
.AnyTagClassName
{
color: #20C398;
}
</style>
background-color css
<style>
a { background-color: #20C398; }
a { background-color: rgb(32,195,152); }
div.DivClassName
{
background-color: #20C398;
}
.BgClassName
{
background-color: #20C398;
}
</style>
border-color css
<style>
span { border-color: #20C398; }
span { border-color: rgb(32,195,152); }
td.TdClassName
{
border-color: #20C398;
}
.TagClassName
{
border-color: #20C398;
}
</style>