Shades of Mountain Meadow #20C38C
Tints of Mountain Meadow #20C38C
RGB
CMYK
RGB Variations
Color information
#20C38C (or 0x20C38C) is known color: Mountain Meadow. HEX triplet: 20, C3 and 8C. RGB value is (32,195,140). Sum of RGB (Red+Green+Blue) = 32+195+140=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #20C38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C38C is #DF3C73. Grayscale: #8C8C8C. Windows color (decimal): -14630004 or 9224992. OLE color: 9224992.
HSL color Cylindrical-coordinate representation of color #20C38C: hue angle of 159.75º 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 #20C38C is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 140 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.24 |
| HSL | 159.75º | 0.72% | 0.45% | - |
| HSV(B) | 159.75º | 0.84% | 0.76% | - |
| XYZ | 24.84 | 41.23 | 31.46 | - |
| YUV | 139.99 | 128 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 140 | 0.84 | 0 | 0.28 | 0.24 | 159.75 | 0.72 | 0.45 |
| Hex | 20 | C3 | 8C | 54 | 0 | 1C | 18 | A0 | 48 | 2D |
| Octal | 40 | 303 | 214 | 124 | 0 | 34 | 30 | 240 | 110 | 55 |
| Binary | 100000 | 11000011 | 10001100 | 1010100 | 0 | 11100 | 11000 | 10100000 | 1001000 | 101101 |
Color Harmonies of #20C38C
Complementary color
Monochromatic Colors of #20C38C
Black with #20C38C
Text Example
Text Example
White with #20C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C38C; }
p { color: rgb(32,195,140); }
H1.HeaderClassName
{
color: #20C38C;
}
.AnyTagClassName
{
color: #20C38C;
}
</style>
background-color css
<style>
a { background-color: #20C38C; }
a { background-color: rgb(32,195,140); }
div.DivClassName
{
background-color: #20C38C;
}
.BgClassName
{
background-color: #20C38C;
}
</style>
border-color css
<style>
span { border-color: #20C38C; }
span { border-color: rgb(32,195,140); }
td.TdClassName
{
border-color: #20C38C;
}
.TagClassName
{
border-color: #20C38C;
}
</style>