#20CA72

Color #20CA72 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #20CA72

Tints of Mountain Meadow #20CA72

Color information

#20CA72 (or 0x20CA72) is unknown color: approx Mountain Meadow. HEX triplet: 20, CA and 72. RGB value is (32,202,114). Sum of RGB (Red+Green+Blue) = 32+202+114=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA72 is #DF358D. Grayscale: #8D8D8D. Windows color (decimal): -14628238 or 7522848. OLE color: 7522848.

HSL color Cylindrical-coordinate representation of color #20CA72: hue angle of 148.94º 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 #20CA72 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB32202114-
CMYK0.8400.440.21
HSL148.94º72.65%45.88%-
HSV(B)148.94º84.16%79.22%-
XYZ24.7543.7623.06-
YUV141.14112.6850.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 9.20%
GREEN value IS 202 (79.30% from 255) = 58.05%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=9.20%
G=58.05%
B=32.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal322021140.8400.440.21148.9472.6545.88
Hex20CA725402C1595492e
Octal403121621240542522511156
Binary1000001100101011100101010100010110010101100101011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20CA72; }

 p { color: rgb(32,202,114); }

 H1.HeaderClassName
 {
   color: #20CA72;
 }
 .AnyTagClassName
 {
   color: #20CA72;
 }
</style>
background-color css

<style>
 a { background-color: #20CA72; }

 a { background-color: rgb(32,202,114); }

 div.DivClassName
 {
   background-color: #20CA72;
 }
 .BgClassName
 {
   background-color: #20CA72;
 }
</style>
border-color css

<style>
 span { border-color: #20CA72; }

 span { border-color: rgb(32,202,114); }

 td.TdClassName
 {
   border-color: #20CA72;
 }
 .TagClassName
 {
   border-color: #20CA72;
 }
</style>