Shades of Mountain Meadow #20C48B
Tints of Mountain Meadow #20C48B
RGB
CMYK
RGB Variations
Color information
#20C48B (or 0x20C48B) is known color: Mountain Meadow. HEX triplet: 20, C4 and 8B. RGB value is (32,196,139). Sum of RGB (Red+Green+Blue) = 32+196+139=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #20C48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C48B is #DF3B74. Grayscale: #8C8C8C. Windows color (decimal): -14629749 or 9159712. OLE color: 9159712.
HSL color Cylindrical-coordinate representation of color #20C48B: hue angle of 159.15º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C48B is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 139 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.23 |
| HSL | 159.15º | 0.72% | 0.45% | - |
| HSV(B) | 159.15º | 0.84% | 0.77% | - |
| XYZ | 25 | 41.65 | 31.15 | - |
| YUV | 140.47 | 127.17 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 139 | 0.84 | 0 | 0.29 | 0.23 | 159.15 | 0.72 | 0.45 |
| Hex | 20 | C4 | 8B | 54 | 0 | 1D | 17 | 9F | 48 | 2D |
| Octal | 40 | 304 | 213 | 124 | 0 | 35 | 27 | 237 | 110 | 55 |
| Binary | 100000 | 11000100 | 10001011 | 1010100 | 0 | 11101 | 10111 | 10011111 | 1001000 | 101101 |
Color Harmonies of #20C48B
Complementary color
Monochromatic Colors of #20C48B
Black with #20C48B
Text Example
Text Example
White with #20C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C48B; }
p { color: rgb(32,196,139); }
H1.HeaderClassName
{
color: #20C48B;
}
.AnyTagClassName
{
color: #20C48B;
}
</style>
background-color css
<style>
a { background-color: #20C48B; }
a { background-color: rgb(32,196,139); }
div.DivClassName
{
background-color: #20C48B;
}
.BgClassName
{
background-color: #20C48B;
}
</style>
border-color css
<style>
span { border-color: #20C48B; }
span { border-color: rgb(32,196,139); }
td.TdClassName
{
border-color: #20C48B;
}
.TagClassName
{
border-color: #20C48B;
}
</style>