#0EBC75

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

Shades of Mountain Meadow #0EBC75

Tints of Mountain Meadow #0EBC75

Color information

#0EBC75 (or 0x0EBC75) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BC and 75. RGB value is (14,188,117). Sum of RGB (Red+Green+Blue) = 14+188+117=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 188 (73.83% from 255 or 58.93% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBC75 is #F1438A. Grayscale: #7F7F7F. Windows color (decimal): -15811467 or 7715854. OLE color: 7715854.

HSL color Cylindrical-coordinate representation of color #0EBC75: hue angle of 155.52º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC75 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB14188117-
CMYK0.9300.380.26
HSL155.52º86.14%39.61%-
HSV(B)155.52º92.55%73.73%-
XYZ21.3837.3422.91-
YUV127.88121.8546.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.39%
GREEN value IS 188 (73.83% from 255) = 58.93%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=4.39%
G=58.93%
B=36.68%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141881170.9300.380.26155.5286.1439.61
HexEBC755D0261A9c5628
Octal162741651350463223412650
Binary11101011110011101011011101010011011010100111001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,188,117); }

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

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

 a { background-color: rgb(14,188,117); }

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

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

 span { border-color: rgb(14,188,117); }

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