Shades of Mountain Meadow #20C38F
Tints of Mountain Meadow #20C38F
RGB
CMYK
RGB Variations
Color information
#20C38F (or 0x20C38F) is known color: Mountain Meadow. HEX triplet: 20, C3 and 8F. RGB value is (32,195,143). Sum of RGB (Red+Green+Blue) = 32+195+143=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #20C38F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C38F is #DF3C70. Grayscale: #8C8C8C. Windows color (decimal): -14630001 or 9421600. OLE color: 9421600.
HSL color Cylindrical-coordinate representation of color #20C38F: hue angle of 160.86º 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 #20C38F is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 143 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.24 |
| HSL | 160.86º | 0.72% | 0.45% | - |
| HSV(B) | 160.86º | 0.84% | 0.76% | - |
| XYZ | 25.07 | 41.32 | 32.64 | - |
| YUV | 140.34 | 129.5 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 143 | 0.84 | 0 | 0.27 | 0.24 | 160.86 | 0.72 | 0.45 |
| Hex | 20 | C3 | 8F | 54 | 0 | 1B | 18 | A1 | 48 | 2D |
| Octal | 40 | 303 | 217 | 124 | 0 | 33 | 30 | 241 | 110 | 55 |
| Binary | 100000 | 11000011 | 10001111 | 1010100 | 0 | 11011 | 11000 | 10100001 | 1001000 | 101101 |
Color Harmonies of #20C38F
Complementary color
Monochromatic Colors of #20C38F
Black with #20C38F
Text Example
Text Example
White with #20C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C38F; }
p { color: rgb(32,195,143); }
H1.HeaderClassName
{
color: #20C38F;
}
.AnyTagClassName
{
color: #20C38F;
}
</style>
background-color css
<style>
a { background-color: #20C38F; }
a { background-color: rgb(32,195,143); }
div.DivClassName
{
background-color: #20C38F;
}
.BgClassName
{
background-color: #20C38F;
}
</style>
border-color css
<style>
span { border-color: #20C38F; }
span { border-color: rgb(32,195,143); }
td.TdClassName
{
border-color: #20C38F;
}
.TagClassName
{
border-color: #20C38F;
}
</style>