#0EAD78

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

Shades of Mountain Meadow #0EAD78

Tints of Mountain Meadow #0EAD78

Color information

#0EAD78 (or 0x0EAD78) is unknown color: approx Mountain Meadow. HEX triplet: 0E, AD and 78. RGB value is (14,173,120). Sum of RGB (Red+Green+Blue) = 14+173+120=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD78 is #F15287. Grayscale: #777777. Windows color (decimal): -15815304 or 7908622. OLE color: 7908622.

HSL color Cylindrical-coordinate representation of color #0EAD78: hue angle of 160º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD78 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB14173120-
CMYK0.9200.310.32
HSL160º85.03%36.67%-
HSV(B)160º91.91%67.84%-
XYZ18.5131.3422.84-
YUV119.42128.3252.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.56%
GREEN value IS 173 (67.97% from 255) = 56.35%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=4.56%
G=56.35%
B=39.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141731200.9200.310.3216085.0336.67
HexEAD785C01F20a05525
Octal162551701340374024012545
Binary11101010110111110001011100011111100000101000001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,173,120); }

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

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

 a { background-color: rgb(14,173,120); }

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

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

 span { border-color: rgb(14,173,120); }

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