#0eb277

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

Shades of Mountain Meadow #0EB277

Tints of Mountain Meadow #0EB277

Color information

#0EB277 (or 0x0EB277) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B2 and 77. RGB value is (14,178,119). Sum of RGB (Red+Green+Blue) = 14+178+119=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB277 is #F14D88. Grayscale: #7A7A7A. Windows color (decimal): -15814025 or 7844366. OLE color: 7844366.

HSL color Cylindrical-coordinate representation of color #0EB277: hue angle of 158.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB277 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB14178119-
CMYK0.9200.330.30
HSL158.41º85.42%37.65%-
HSV(B)158.41º92.13%69.8%-
XYZ19.4333.2722.85-
YUV122.24126.1750.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.50%
GREEN value IS 178 (69.92% from 255) = 57.23%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=4.50%
G=57.23%
B=38.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141781190.9200.330.30158.4185.4237.65
HexEB2775C0211E9e5526
Octal162621671340413623612546
Binary11101011001011101111011100010000111110100111101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0eb277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,178,119); }

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

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

 a { background-color: rgb(14,178,119); }

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

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

 span { border-color: rgb(14,178,119); }

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