Shades of Mountain Meadow #20CA7A
Tints of Mountain Meadow #20CA7A
RGB
CMYK
RGB Variations
Color information
#20CA7A (or 0x20CA7A) is known color: Mountain Meadow. HEX triplet: 20, CA and 7A. RGB value is (32,202,122). Sum of RGB (Red+Green+Blue) = 32+202+122=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA7A is #DF3585. Grayscale: #8E8E8E. Windows color (decimal): -14628230 or 8047136. OLE color: 8047136.
HSL color Cylindrical-coordinate representation of color #20CA7A: hue angle of 151.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA7A is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 122 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.21 |
| HSL | 151.76º | 0.73% | 0.46% | - |
| HSV(B) | 151.76º | 0.84% | 0.79% | - |
| XYZ | 25.23 | 43.95 | 25.57 | - |
| YUV | 142.05 | 116.68 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 122 | 0.84 | 0 | 0.40 | 0.21 | 151.76 | 0.73 | 0.46 |
| Hex | 20 | CA | 7A | 54 | 0 | 28 | 15 | 98 | 49 | 2E |
| Octal | 40 | 312 | 172 | 124 | 0 | 50 | 25 | 230 | 111 | 56 |
| Binary | 100000 | 11001010 | 1111010 | 1010100 | 0 | 101000 | 10101 | 10011000 | 1001001 | 101110 |
Color Harmonies of #20CA7A
Complementary color
Monochromatic Colors of #20CA7A
Black with #20CA7A
Text Example
Text Example
White with #20CA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA7A; }
p { color: rgb(32,202,122); }
H1.HeaderClassName
{
color: #20CA7A;
}
.AnyTagClassName
{
color: #20CA7A;
}
</style>
background-color css
<style>
a { background-color: #20CA7A; }
a { background-color: rgb(32,202,122); }
div.DivClassName
{
background-color: #20CA7A;
}
.BgClassName
{
background-color: #20CA7A;
}
</style>
border-color css
<style>
span { border-color: #20CA7A; }
span { border-color: rgb(32,202,122); }
td.TdClassName
{
border-color: #20CA7A;
}
.TagClassName
{
border-color: #20CA7A;
}
</style>