#20C18C

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

Shades of Mountain Meadow #20C18C

Tints of Mountain Meadow #20C18C

Color information

#20C18C (or 0x20C18C) is unknown color: approx Mountain Meadow. HEX triplet: 20, C1 and 8C. RGB value is (32,193,140). Sum of RGB (Red+Green+Blue) = 32+193+140=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #20C18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C18C is #DF3E73. Grayscale: #8A8A8A. Windows color (decimal): -14630516 or 9224480. OLE color: 9224480.

HSL color Cylindrical-coordinate representation of color #20C18C: hue angle of 160.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C18C is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB32193140-
CMYK0.8300.270.24
HSL160.25º71.56%44.12%-
HSV(B)160.25º83.42%75.69%-
XYZ24.440.3431.31-
YUV138.82128.6651.81-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.77%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=8.77%
G=52.88%
B=38.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal321931400.8300.270.24160.2571.5644.12
Hex20C18C5301B18a0482c
Octal403012141230333024011054
Binary1000001100000110001100101001101101111000101000001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,193,140); }

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

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

 a { background-color: rgb(32,193,140); }

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

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

 span { border-color: rgb(32,193,140); }

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