Shades of Shamrock #20C68F
Tints of Shamrock #20C68F
RGB
CMYK
RGB Variations
Color information
#20C68F (or 0x20C68F) is known color: Shamrock. HEX triplet: 20, C6 and 8F. RGB value is (32,198,143). Sum of RGB (Red+Green+Blue) = 32+198+143=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #20C68F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C68F is #DF3970. Grayscale: #8E8E8E. Windows color (decimal): -14629233 or 9422368. OLE color: 9422368.
HSL color Cylindrical-coordinate representation of color #20C68F: hue angle of 160.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C68F is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 143 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.22 |
| HSL | 160.12º | 0.72% | 0.45% | - |
| HSV(B) | 160.12º | 0.84% | 0.78% | - |
| XYZ | 25.75 | 42.68 | 32.87 | - |
| YUV | 142.1 | 128.5 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 143 | 0.84 | 0 | 0.28 | 0.22 | 160.12 | 0.72 | 0.45 |
| Hex | 20 | C6 | 8F | 54 | 0 | 1C | 16 | A0 | 48 | 2D |
| Octal | 40 | 306 | 217 | 124 | 0 | 34 | 26 | 240 | 110 | 55 |
| Binary | 100000 | 11000110 | 10001111 | 1010100 | 0 | 11100 | 10110 | 10100000 | 1001000 | 101101 |
Color Harmonies of #20C68F
Complementary color
Monochromatic Colors of #20C68F
Black with #20C68F
Text Example
Text Example
White with #20C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C68F; }
p { color: rgb(32,198,143); }
H1.HeaderClassName
{
color: #20C68F;
}
.AnyTagClassName
{
color: #20C68F;
}
</style>
background-color css
<style>
a { background-color: #20C68F; }
a { background-color: rgb(32,198,143); }
div.DivClassName
{
background-color: #20C68F;
}
.BgClassName
{
background-color: #20C68F;
}
</style>
border-color css
<style>
span { border-color: #20C68F; }
span { border-color: rgb(32,198,143); }
td.TdClassName
{
border-color: #20C68F;
}
.TagClassName
{
border-color: #20C68F;
}
</style>