Shades of Mountain Meadow #20C282
Tints of Mountain Meadow #20C282
RGB
CMYK
RGB Variations
Color information
#20C282 (or 0x20C282) is known color: Mountain Meadow. HEX triplet: 20, C2 and 82. RGB value is (32,194,130). Sum of RGB (Red+Green+Blue) = 32+194+130=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #20C282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C282 is #DF3D7D. Grayscale: #8A8A8A. Windows color (decimal): -14630270 or 8569376. OLE color: 8569376.
HSL color Cylindrical-coordinate representation of color #20C282: hue angle of 156.3º 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 #20C282 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 130 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.24 |
| HSL | 156.3º | 0.72% | 0.44% | - |
| HSV(B) | 156.3º | 0.84% | 0.76% | - |
| XYZ | 23.92 | 40.5 | 27.68 | - |
| YUV | 138.27 | 123.33 | 52.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 130 | 0.84 | 0 | 0.33 | 0.24 | 156.3 | 0.72 | 0.44 |
| Hex | 20 | C2 | 82 | 54 | 0 | 21 | 18 | 9C | 48 | 2C |
| Octal | 40 | 302 | 202 | 124 | 0 | 41 | 30 | 234 | 110 | 54 |
| Binary | 100000 | 11000010 | 10000010 | 1010100 | 0 | 100001 | 11000 | 10011100 | 1001000 | 101100 |
Color Harmonies of #20C282
Complementary color
Monochromatic Colors of #20C282
Black with #20C282
Text Example
Text Example
White with #20C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C282; }
p { color: rgb(32,194,130); }
H1.HeaderClassName
{
color: #20C282;
}
.AnyTagClassName
{
color: #20C282;
}
</style>
background-color css
<style>
a { background-color: #20C282; }
a { background-color: rgb(32,194,130); }
div.DivClassName
{
background-color: #20C282;
}
.BgClassName
{
background-color: #20C282;
}
</style>
border-color css
<style>
span { border-color: #20C282; }
span { border-color: rgb(32,194,130); }
td.TdClassName
{
border-color: #20C282;
}
.TagClassName
{
border-color: #20C282;
}
</style>