#0EA785

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

Shades of Mountain Meadow #0EA785

Tints of Mountain Meadow #0EA785

Color information

#0EA785 (or 0x0EA785) is unknown color: approx Mountain Meadow. HEX triplet: 0E, A7 and 85. RGB value is (14,167,133). Sum of RGB (Red+Green+Blue) = 14+167+133=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA785 is #F1587A. Grayscale: #757575. Windows color (decimal): -15816827 or 8759054. OLE color: 8759054.

HSL color Cylindrical-coordinate representation of color #0EA785: hue angle of 166.67º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA785 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB14167133-
CMYK0.9200.200.35
HSL166.67º84.53%35.49%-
HSV(B)166.67º91.62%65.49%-
XYZ18.2329.4226.91-
YUV117.38136.8154.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.46%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=4.46%
G=53.18%
B=42.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141671330.9200.200.35166.6784.5335.49
HexEA7855C01423a75523
Octal162472051340244324712543
Binary111010100111100001011011100010100100011101001111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,167,133); }

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

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

 a { background-color: rgb(14,167,133); }

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

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

 span { border-color: rgb(14,167,133); }

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