#20BA7E

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

Shades of Mountain Meadow #20BA7E

Tints of Mountain Meadow #20BA7E

Color information

#20BA7E (or 0x20BA7E) is unknown color: approx Mountain Meadow. HEX triplet: 20, BA and 7E. RGB value is (32,186,126). Sum of RGB (Red+Green+Blue) = 32+186+126=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BA7E is #DF4581. Grayscale: #858585. Windows color (decimal): -14632322 or 8305184. OLE color: 8305184.

HSL color Cylindrical-coordinate representation of color #20BA7E: hue angle of 156.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA7E is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB32186126-
CMYK0.8300.320.27
HSL156.62º70.64%42.75%-
HSV(B)156.62º82.8%72.94%-
XYZ21.9236.9325.71-
YUV133.11123.9855.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.30%
GREEN value IS 186 (73.05% from 255) = 54.07%
BLUE value IS 126 (49.61% from 255) = 36.63%
R=9.30%
G=54.07%
B=36.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal321861260.8300.320.27156.6270.6442.75
Hex20BA7E530201B9d472b
Octal402721761230403323510753
Binary1000001011101011111101010011010000011011100111011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,186,126); }

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

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

 a { background-color: rgb(32,186,126); }

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

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

 span { border-color: rgb(32,186,126); }

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