#0EA97E

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

Shades of Mountain Meadow #0EA97E

Tints of Mountain Meadow #0EA97E

Color information

#0EA97E (or 0x0EA97E) is unknown color: approx Mountain Meadow. HEX triplet: 0E, A9 and 7E. RGB value is (14,169,126). Sum of RGB (Red+Green+Blue) = 14+169+126=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA97E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA97E is #F15681. Grayscale: #757575. Windows color (decimal): -15816322 or 8300814. OLE color: 8300814.

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

Color convert

RGB14169126-
CMYK0.9200.250.34
HSL163.35º84.7%35.88%-
HSV(B)163.35º91.72%66.27%-
XYZ18.1329.9824.57-
YUV117.75132.6554-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.53%
GREEN value IS 169 (66.41% from 255) = 54.69%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=4.53%
G=54.69%
B=40.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141691260.9200.250.34163.3584.735.88
HexEA97E5C01922a35524
Octal162511761340314224312544
Binary11101010100111111101011100011001100010101000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,169,126); }

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

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

 a { background-color: rgb(14,169,126); }

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

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

 span { border-color: rgb(14,169,126); }

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