#0EC074

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

Shades of Mountain Meadow #0EC074

Tints of Mountain Meadow #0EC074

Color information

#0EC074 (or 0x0EC074) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C0 and 74. RGB value is (14,192,116). Sum of RGB (Red+Green+Blue) = 14+192+116=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC074 is #F13F8B. Grayscale: #828282. Windows color (decimal): -15810444 or 7651342. OLE color: 7651342.

HSL color Cylindrical-coordinate representation of color #0EC074: hue angle of 154.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC074 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB14192116-
CMYK0.9300.400.25
HSL154.38º86.41%40.39%-
HSV(B)154.38º92.71%75.29%-
XYZ22.1839.0522.89-
YUV130.11120.0345.18-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.35%
GREEN value IS 192 (75.39% from 255) = 59.63%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=4.35%
G=59.63%
B=36.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141921160.9300.400.25154.3886.4140.39
HexEC0745D028199a5628
Octal163001641350503123212650
Binary11101100000011101001011101010100011001100110101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,192,116); }

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

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

 a { background-color: rgb(14,192,116); }

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

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

 span { border-color: rgb(14,192,116); }

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