#0EC389

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

Shades of Mountain Meadow #0EC389

Tints of Mountain Meadow #0EC389

Color information

#0EC389 (or 0x0EC389) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C3 and 89. RGB value is (14,195,137). Sum of RGB (Red+Green+Blue) = 14+195+137=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC389 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC389 is #F13C76. Grayscale: #868686. Windows color (decimal): -15809655 or 9028366. OLE color: 9028366.

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

Color convert

RGB14195137-
CMYK0.9300.300.24
HSL160.77º86.6%40.98%-
HSV(B)160.77º92.82%76.47%-
XYZ24.2140.9330.29-
YUV134.27129.5342.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.05%
GREEN value IS 195 (76.56% from 255) = 56.36%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=4.05%
G=56.36%
B=39.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141951370.9300.300.24160.7786.640.98
HexEC3895D01E18a15729
Octal163032111350363024112751
Binary11101100001110001001101110101111011000101000011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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