#0EB978

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

Shades of Mountain Meadow #0EB978

Tints of Mountain Meadow #0EB978

Color information

#0EB978 (or 0x0EB978) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B9 and 78. RGB value is (14,185,120). Sum of RGB (Red+Green+Blue) = 14+185+120=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB978 is #F14687. Grayscale: #7E7E7E. Windows color (decimal): -15812232 or 7911694. OLE color: 7911694.

HSL color Cylindrical-coordinate representation of color #0EB978: hue angle of 157.19º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB978 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB14185120-
CMYK0.9200.350.27
HSL157.19º85.93%39.02%-
HSV(B)157.19º92.43%72.55%-
XYZ20.9236.1523.64-
YUV126.46124.3547.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.39%
GREEN value IS 185 (72.66% from 255) = 57.99%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=4.39%
G=57.99%
B=37.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141851200.9200.350.27157.1985.9339.02
HexEB9785C0231B9d5627
Octal162711701340433323512647
Binary11101011100111110001011100010001111011100111011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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