Shades of Mountain Meadow #20C291
Tints of Mountain Meadow #20C291
RGB
CMYK
RGB Variations
Color information
#20C291 (or 0x20C291) is known color: Mountain Meadow. HEX triplet: 20, C2 and 91. RGB value is (32,194,145). Sum of RGB (Red+Green+Blue) = 32+194+145=371 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.63% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 145 (57.03% from 255 or 39.08% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #20C291 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C291 is #DF3D6E. Grayscale: #8C8C8C. Windows color (decimal): -14630255 or 9552416. OLE color: 9552416.
HSL color Cylindrical-coordinate representation of color #20C291: hue angle of 161.85º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C291 is Cyan = 0.84, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 145 | - |
| CMYK | 0.84 | 0 | 0.25 | 0.24 |
| HSL | 161.85º | 0.72% | 0.44% | - |
| HSV(B) | 161.85º | 0.84% | 0.76% | - |
| XYZ | 25 | 40.93 | 33.37 | - |
| YUV | 139.98 | 130.83 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 145 | 0.84 | 0 | 0.25 | 0.24 | 161.85 | 0.72 | 0.44 |
| Hex | 20 | C2 | 91 | 54 | 0 | 19 | 18 | A2 | 48 | 2C |
| Octal | 40 | 302 | 221 | 124 | 0 | 31 | 30 | 242 | 110 | 54 |
| Binary | 100000 | 11000010 | 10010001 | 1010100 | 0 | 11001 | 11000 | 10100010 | 1001000 | 101100 |
Color Harmonies of #20C291
Complementary color
Monochromatic Colors of #20C291
Black with #20C291
Text Example
Text Example
White with #20C291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C291; }
p { color: rgb(32,194,145); }
H1.HeaderClassName
{
color: #20C291;
}
.AnyTagClassName
{
color: #20C291;
}
</style>
background-color css
<style>
a { background-color: #20C291; }
a { background-color: rgb(32,194,145); }
div.DivClassName
{
background-color: #20C291;
}
.BgClassName
{
background-color: #20C291;
}
</style>
border-color css
<style>
span { border-color: #20C291; }
span { border-color: rgb(32,194,145); }
td.TdClassName
{
border-color: #20C291;
}
.TagClassName
{
border-color: #20C291;
}
</style>