Shades of Mountain Meadow #20C18C
Tints of Mountain Meadow #20C18C
RGB
CMYK
RGB Variations
Color information
#20C18C (or 0x20C18C) is known color: Mountain Meadow. HEX triplet: 20, C1 and 8C. RGB value is (32,193,140). Sum of RGB (Red+Green+Blue) = 32+193+140=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #20C18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C18C is #DF3E73. Grayscale: #8A8A8A. Windows color (decimal): -14630516 or 9224480. OLE color: 9224480.
HSL color Cylindrical-coordinate representation of color #20C18C: hue angle of 160.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C18C is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 140 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.24 |
| HSL | 160.25º | 0.72% | 0.44% | - |
| HSV(B) | 160.25º | 0.83% | 0.76% | - |
| XYZ | 24.4 | 40.34 | 31.31 | - |
| YUV | 138.82 | 128.66 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 140 | 0.83 | 0 | 0.27 | 0.24 | 160.25 | 0.72 | 0.44 |
| Hex | 20 | C1 | 8C | 53 | 0 | 1B | 18 | A0 | 48 | 2C |
| Octal | 40 | 301 | 214 | 123 | 0 | 33 | 30 | 240 | 110 | 54 |
| Binary | 100000 | 11000001 | 10001100 | 1010011 | 0 | 11011 | 11000 | 10100000 | 1001000 | 101100 |
Color Harmonies of #20C18C
Complementary color
Monochromatic Colors of #20C18C
Black with #20C18C
Text Example
Text Example
White with #20C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C18C; }
p { color: rgb(32,193,140); }
H1.HeaderClassName
{
color: #20C18C;
}
.AnyTagClassName
{
color: #20C18C;
}
</style>
background-color css
<style>
a { background-color: #20C18C; }
a { background-color: rgb(32,193,140); }
div.DivClassName
{
background-color: #20C18C;
}
.BgClassName
{
background-color: #20C18C;
}
</style>
border-color css
<style>
span { border-color: #20C18C; }
span { border-color: rgb(32,193,140); }
td.TdClassName
{
border-color: #20C18C;
}
.TagClassName
{
border-color: #20C18C;
}
</style>