#0ECA80

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

Shades of Mountain Meadow #0ECA80

Tints of Mountain Meadow #0ECA80

Color information

#0ECA80 (or 0x0ECA80) is unknown color: approx Mountain Meadow. HEX triplet: 0E, CA and 80. RGB value is (14,202,128). Sum of RGB (Red+Green+Blue) = 14+202+128=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA80 is #F1357F. Grayscale: #898989. Windows color (decimal): -15807872 or 8440334. OLE color: 8440334.

HSL color Cylindrical-coordinate representation of color #0ECA80: hue angle of 156.38º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA80 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB14202128-
CMYK0.9300.370.21
HSL156.38º87.04%42.35%-
HSV(B)156.38º93.07%79.22%-
XYZ25.243.8927.57-
YUV137.35122.7240.02-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.07%
GREEN value IS 202 (79.30% from 255) = 58.72%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=4.07%
G=58.72%
B=37.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal142021280.9300.370.21156.3887.0442.35
HexECA805D025159c572a
Octal163122001350452523412752
Binary111011001010100000001011101010010110101100111001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ECA80; }

 p { color: rgb(14,202,128); }

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

<style>
 a { background-color: #0ECA80; }

 a { background-color: rgb(14,202,128); }

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

<style>
 span { border-color: #0ECA80; }

 span { border-color: rgb(14,202,128); }

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