#0EBB7B

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

Shades of Mountain Meadow #0EBB7B

Tints of Mountain Meadow #0EBB7B

Color information

#0EBB7B (or 0x0EBB7B) is unknown color: approx Mountain Meadow. HEX triplet: 0E, BB and 7B. RGB value is (14,187,123). Sum of RGB (Red+Green+Blue) = 14+187+123=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB7B is #F14484. Grayscale: #808080. Windows color (decimal): -15811717 or 8108814. OLE color: 8108814.

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

Color convert

RGB14187123-
CMYK0.9300.340.27
HSL157.8º86.07%39.41%-
HSV(B)157.8º92.51%73.33%-
XYZ21.5337.0624.76-
YUV127.98125.1946.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.32%
GREEN value IS 187 (73.44% from 255) = 57.72%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=4.32%
G=57.72%
B=37.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal141871230.9300.340.27157.886.0739.41
HexEBB7B5D0221B9e5627
Octal162731731350423323612647
Binary11101011101111110111011101010001011011100111101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EBB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,187,123); }

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

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

 a { background-color: rgb(14,187,123); }

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

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

 span { border-color: rgb(14,187,123); }

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