#0EC289

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

Shades of Mountain Meadow #0EC289

Tints of Mountain Meadow #0EC289

Color information

#0EC289 (or 0x0EC289) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C2 and 89. RGB value is (14,194,137). Sum of RGB (Red+Green+Blue) = 14+194+137=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 194 (76.17% from 255 or 56.23% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC289 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC289 is #F13D76. Grayscale: #858585. Windows color (decimal): -15809911 or 9028110. OLE color: 9028110.

HSL color Cylindrical-coordinate representation of color #0EC289: hue angle of 161º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC289 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB14194137-
CMYK0.9300.290.24
HSL161º86.54%40.78%-
HSV(B)161º92.78%76.08%-
XYZ23.9940.4830.22-
YUV133.68129.8742.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.06%
GREEN value IS 194 (76.17% from 255) = 56.23%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=4.06%
G=56.23%
B=39.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141941370.9300.290.2416186.5440.78
HexEC2895D01D18a15729
Octal163022111350353024112751
Binary11101100001010001001101110101110111000101000011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,194,137); }

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

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

 a { background-color: rgb(14,194,137); }

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

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

 span { border-color: rgb(14,194,137); }

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