#0EAD79

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

Shades of Mountain Meadow #0EAD79

Tints of Mountain Meadow #0EAD79

Color information

#0EAD79 (or 0x0EAD79) is unknown color: approx Mountain Meadow. HEX triplet: 0E, AD and 79. RGB value is (14,173,121). Sum of RGB (Red+Green+Blue) = 14+173+121=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD79 is #F15286. Grayscale: #777777. Windows color (decimal): -15815303 or 7974158. OLE color: 7974158.

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

Color convert

RGB14173121-
CMYK0.9200.300.32
HSL160.38º85.03%36.67%-
HSV(B)160.38º91.91%67.84%-
XYZ18.5831.3623.16-
YUV119.53128.8252.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.55%
GREEN value IS 173 (67.97% from 255) = 56.17%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=4.55%
G=56.17%
B=39.29%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141731210.9200.300.32160.3885.0336.67
HexEAD795C01E20a05525
Octal162551711340364024012545
Binary11101010110111110011011100011110100000101000001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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