#0EAB7C

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

Shades of Mountain Meadow #0EAB7C

Tints of Mountain Meadow #0EAB7C

Color information

#0EAB7C (or 0x0EAB7C) is unknown color: approx Mountain Meadow. HEX triplet: 0E, AB and 7C. RGB value is (14,171,124). Sum of RGB (Red+Green+Blue) = 14+171+124=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAB7C is #F15483. Grayscale: #767676. Windows color (decimal): -15815812 or 8170254. OLE color: 8170254.

HSL color Cylindrical-coordinate representation of color #0EAB7C: hue angle of 162.04º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAB7C is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB14171124-
CMYK0.9200.270.33
HSL162.04º84.86%36.27%-
HSV(B)162.04º91.81%67.06%-
XYZ18.3830.6724.02-
YUV118.7130.9953.32-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.53%
GREEN value IS 171 (67.19% from 255) = 55.34%
BLUE value IS 124 (48.83% from 255) = 40.13%
R=4.53%
G=55.34%
B=40.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141711240.9200.270.33162.0484.8636.27
HexEAB7C5C01B21a25524
Octal162531741340334124212544
Binary11101010101111111001011100011011100001101000101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,171,124); }

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

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

 a { background-color: rgb(14,171,124); }

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

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

 span { border-color: rgb(14,171,124); }

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