#0EB081

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

Shades of Mountain Meadow #0EB081

Tints of Mountain Meadow #0EB081

Color information

#0EB081 (or 0x0EB081) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B0 and 81. RGB value is (14,176,129). Sum of RGB (Red+Green+Blue) = 14+176+129=319 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.39% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #0EB081 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB081 is #F14F7E. Grayscale: #7A7A7A. Windows color (decimal): -15814527 or 8499214. OLE color: 8499214.

HSL color Cylindrical-coordinate representation of color #0EB081: hue angle of 162.59º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB081 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB14176129-
CMYK0.9200.270.31
HSL162.59º85.26%37.25%-
HSV(B)162.59º92.05%69.02%-
XYZ19.6732.7326.05-
YUV122.2131.8350.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.39%
GREEN value IS 176 (69.14% from 255) = 55.17%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=4.39%
G=55.17%
B=40.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141761290.9200.270.31162.5985.2637.25
HexEB0815C01B1Fa35525
Octal162602011340333724312545
Binary11101011000010000001101110001101111111101000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,176,129); }

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

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

 a { background-color: rgb(14,176,129); }

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

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

 span { border-color: rgb(14,176,129); }

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