#0EBD7F

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

Shades of Mountain Meadow #0EBD7F

Tints of Mountain Meadow #0EBD7F

Color information

#0EBD7F (or 0x0EBD7F) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BD and 7F. RGB value is (14,189,127). Sum of RGB (Red+Green+Blue) = 14+189+127=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBD7F is #F14280. Grayscale: #818181. Windows color (decimal): -15811201 or 8371470. OLE color: 8371470.

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

Color convert

RGB14189127-
CMYK0.9300.330.26
HSL158.74º86.21%39.8%-
HSV(B)158.74º92.59%74.12%-
XYZ22.2138.0226.25-
YUV129.61126.5245.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.24%
GREEN value IS 189 (74.22% from 255) = 57.27%
BLUE value IS 127 (50% from 255) = 38.48%
R=4.24%
G=57.27%
B=38.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141891270.9300.330.26158.7486.2139.8
HexEBD7F5D0211A9f5628
Octal162751771350413223712650
Binary11101011110111111111011101010000111010100111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,189,127); }

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

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

 a { background-color: rgb(14,189,127); }

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

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

 span { border-color: rgb(14,189,127); }

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