Html Css Color HEX #0EC084 Mountain Meadow

📋 copy color: '#0EC084'

red 14 ◦ green 192 ◦ blue 132

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

Shades of Mountain Meadow #0EC084

Tints of Mountain Meadow #0EC084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.05%

R = 4.14%
G = 56.8%
B = 39.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#0EC084 (or 0x0EC084) is known color: Mountain Meadow. HEX triplet: 0E, C0 and 84. RGB value is (14,192,132). Sum of RGB (Red+Green+Blue) = 14+192+132=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 192 (75.39% from 255 or 56.80% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC084 is #F13F7B. Grayscale: #848484. Windows color (decimal): -15810428 or 8699918. OLE color: 8699918.

HSL color Cylindrical-coordinate representation of color #0EC084: hue angle of 159.78º 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 #0EC084 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 14 192 132 -
CMYK 0.93 0 0.31 0.25
HSL 159.78º 0.86% 0.4% -
HSV(B) 159.78º 0.93% 0.75% -
XYZ 23.2 39.46 28.22 -
YUV 131.94 128.03 43.88 -
System Red Green Blue C M Y K H S L
Decimal 14 192 132 0.93 0 0.31 0.25 159.78 0.86 0.4
Hex E C0 84 5D 0 1F 19 A0 56 28
Octal 16 300 204 135 0 37 31 240 126 50
Binary 1110 11000000 10000100 1011101 0 11111 11001 10100000 1010110 101000

Color Harmonies of #0EC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC084

Black with #0EC084

Text Example


Text Example

White with #0EC084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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