#20C095

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

Shades of Mountain Meadow #20C095

Tints of Mountain Meadow #20C095

Color information

#20C095 (or 0x20C095) is unknown color: approx Mountain Meadow. HEX triplet: 20, C0 and 95. RGB value is (32,192,149). Sum of RGB (Red+Green+Blue) = 32+192+149=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #20C095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C095 is #DF3F6A. Grayscale: #8B8B8B. Windows color (decimal): -14630763 or 9814048. OLE color: 9814048.

HSL color Cylindrical-coordinate representation of color #20C095: hue angle of 163.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C095 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB32192149-
CMYK0.8300.220.25
HSL163.88º71.43%43.92%-
HSV(B)163.88º83.33%75.29%-
XYZ24.8740.1834.88-
YUV139.26133.4951.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.58%
GREEN value IS 192 (75.39% from 255) = 51.47%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=8.58%
G=51.47%
B=39.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321921490.8300.220.25163.8871.4343.92
Hex20C0955301619a4472c
Octal403002251230263124410754
Binary1000001100000010010101101001101011011001101001001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,192,149); }

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

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

 a { background-color: rgb(32,192,149); }

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

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

 span { border-color: rgb(32,192,149); }

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