#0EB289

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

Shades of Mountain Meadow #0EB289

Tints of Mountain Meadow #0EB289

Color information

#0EB289 (or 0x0EB289) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B2 and 89. RGB value is (14,178,137). Sum of RGB (Red+Green+Blue) = 14+178+137=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #0EB289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EB289 is #F14D76. Grayscale: #7C7C7C. Windows color (decimal): -15814007 or 9024014. OLE color: 9024014.

HSL color Cylindrical-coordinate representation of color #0EB289: hue angle of 165º 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 #0EB289 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB14178137-
CMYK0.9200.230.30
HSL165º85.42%37.65%-
HSV(B)165º92.13%69.8%-
XYZ20.6233.7429.09-
YUV124.29135.1749.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 178 (69.92% from 255) = 54.10%
BLUE value IS 137 (53.91% from 255) = 41.64%
R=4.26%
G=54.10%
B=41.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141781370.9200.230.3016585.4237.65
HexEB2895C0171Ea55526
Octal162622111340273624512546
Binary11101011001010001001101110001011111110101001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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