#20C293

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

Shades of Mountain Meadow #20C293

Tints of Mountain Meadow #20C293

Color information

#20C293 (or 0x20C293) is unknown color: approx Mountain Meadow. HEX triplet: 20, C2 and 93. RGB value is (32,194,147). Sum of RGB (Red+Green+Blue) = 32+194+147=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #20C293 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C293 is #DF3D6C. Grayscale: #8C8C8C. Windows color (decimal): -14630253 or 9683488. OLE color: 9683488.

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

Color convert

RGB32194147-
CMYK0.8400.240.24
HSL162.59º71.68%44.31%-
HSV(B)162.59º83.51%76.08%-
XYZ25.154134.19-
YUV140.2131.8350.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.58%
GREEN value IS 194 (76.17% from 255) = 52.01%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=8.58%
G=52.01%
B=39.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal321941470.8400.240.24162.5971.6844.31
Hex20C2935401818a3482c
Octal403022231240303024311054
Binary1000001100001010010011101010001100011000101000111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,194,147); }

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

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

 a { background-color: rgb(32,194,147); }

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

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

 span { border-color: rgb(32,194,147); }

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