Shades of Shamrock #20C09C
Tints of Shamrock #20C09C
RGB
CMYK
RGB Variations
Color information
#20C09C (or 0x20C09C) is known color: Shamrock. HEX triplet: 20, C0 and 9C. RGB value is (32,192,156). Sum of RGB (Red+Green+Blue) = 32+192+156=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #20C09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C09C is #DF3F63. Grayscale: #8C8C8C. Windows color (decimal): -14630756 or 10272800. OLE color: 10272800.
HSL color Cylindrical-coordinate representation of color #20C09C: hue angle of 166.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C09C is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 156 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.25 |
| HSL | 166.5º | 0.71% | 0.44% | - |
| HSV(B) | 166.5º | 0.83% | 0.75% | - |
| XYZ | 25.45 | 40.41 | 37.91 | - |
| YUV | 140.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 156 | 0.83 | 0 | 0.19 | 0.25 | 166.5 | 0.71 | 0.44 |
| Hex | 20 | C0 | 9C | 53 | 0 | 13 | 19 | A6 | 47 | 2C |
| Octal | 40 | 300 | 234 | 123 | 0 | 23 | 31 | 246 | 107 | 54 |
| Binary | 100000 | 11000000 | 10011100 | 1010011 | 0 | 10011 | 11001 | 10100110 | 1000111 | 101100 |
Color Harmonies of #20C09C
Complementary color
Monochromatic Colors of #20C09C
Black with #20C09C
Text Example
Text Example
White with #20C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C09C; }
p { color: rgb(32,192,156); }
H1.HeaderClassName
{
color: #20C09C;
}
.AnyTagClassName
{
color: #20C09C;
}
</style>
background-color css
<style>
a { background-color: #20C09C; }
a { background-color: rgb(32,192,156); }
div.DivClassName
{
background-color: #20C09C;
}
.BgClassName
{
background-color: #20C09C;
}
</style>
border-color css
<style>
span { border-color: #20C09C; }
span { border-color: rgb(32,192,156); }
td.TdClassName
{
border-color: #20C09C;
}
.TagClassName
{
border-color: #20C09C;
}
</style>