#0EAA80

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

Shades of Mountain Meadow #0EAA80

Tints of Mountain Meadow #0EAA80

Color information

#0EAA80 (or 0x0EAA80) is unknown color: approx Mountain Meadow. HEX triplet: 0E, AA and 80. RGB value is (14,170,128). Sum of RGB (Red+Green+Blue) = 14+170+128=312 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.49% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA80 is #F1557F. Grayscale: #767676. Windows color (decimal): -15816064 or 8432142. OLE color: 8432142.

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

Color convert

RGB14170128-
CMYK0.9200.250.33
HSL163.85º84.78%36.08%-
HSV(B)163.85º91.76%66.67%-
XYZ18.4530.425.32-
YUV118.57133.3253.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.49%
GREEN value IS 170 (66.80% from 255) = 54.49%
BLUE value IS 128 (50.39% from 255) = 41.03%
R=4.49%
G=54.49%
B=41.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141701280.9200.250.33163.8584.7836.08
HexEAA805C01921a45524
Octal162522001340314124412544
Binary111010101010100000001011100011001100001101001001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,170,128); }

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

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

 a { background-color: rgb(14,170,128); }

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

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

 span { border-color: rgb(14,170,128); }

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