#0EAC8A

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

Shades of Mountain Meadow #0EAC8A

Tints of Mountain Meadow #0EAC8A

Color information

#0EAC8A (or 0x0EAC8A) is unknown color: approx Mountain Meadow. HEX triplet: 0E, AC and 8A. RGB value is (14,172,138). Sum of RGB (Red+Green+Blue) = 14+172+138=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAC8A is #F15375. Grayscale: #787878. Windows color (decimal): -15815542 or 9088014. OLE color: 9088014.

HSL color Cylindrical-coordinate representation of color #0EAC8A: hue angle of 167.09º 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 #0EAC8A is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB14172138-
CMYK0.9200.200.33
HSL167.09º84.95%36.47%-
HSV(B)167.09º91.86%67.45%-
XYZ19.5231.4329.08-
YUV120.88137.6551.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.32%
GREEN value IS 172 (67.58% from 255) = 53.09%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=4.32%
G=53.09%
B=42.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141721380.9200.200.33167.0984.9536.47
HexEAC8A5C01421a75524
Octal162542121340244124712544
Binary111010101100100010101011100010100100001101001111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,172,138); }

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

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

 a { background-color: rgb(14,172,138); }

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

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

 span { border-color: rgb(14,172,138); }

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