Html Css Color HEX #0EC089 Mountain Meadow

📋 copy color: '#0EC089'

red 14 ◦ green 192 ◦ blue 137

#0EC089
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0EC089

Tints of Mountain Meadow #0EC089

RGB

 RED value IS 14 (5.86% from 255) = 4.08%

 GREEN value IS 192 (75.39% from 255) = 55.98%

 BLUE value IS 137 (53.91% from 255) = 39.94%

R = 4.08%
G = 55.98%
B = 39.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#0EC089 (or 0x0EC089) is known color: Mountain Meadow. HEX triplet: 0E, C0 and 89. RGB value is (14,192,137). Sum of RGB (Red+Green+Blue) = 14+192+137=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC089 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC089 is #F13F76. Grayscale: #848484. Windows color (decimal): -15810423 or 9027598. OLE color: 9027598.

HSL color Cylindrical-coordinate representation of color #0EC089: hue angle of 161.46º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC089 is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 137 -
CMYK 0.93 0 0.29 0.25
HSL 161.46º 0.86% 0.4% -
HSV(B) 161.46º 0.93% 0.75% -
XYZ 23.55 39.6 30.07 -
YUV 132.51 130.53 43.47 -
System Red Green Blue C M Y K H S L
Decimal 14 192 137 0.93 0 0.29 0.25 161.46 0.86 0.4
Hex E C0 89 5D 0 1D 19 A1 56 28
Octal 16 300 211 135 0 35 31 241 126 50
Binary 1110 11000000 10001001 1011101 0 11101 11001 10100001 1010110 101000

Color Harmonies of #0EC089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC089

Black with #0EC089

Text Example


Text Example

White with #0EC089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC089;
 }
 .AnyTagClassName
 {
   color: #0EC089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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