Html Css Color HEX #0EC074 Mountain Meadow

📋 copy color: '#0EC074'

red 14 ◦ green 192 ◦ blue 116

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

Shades of Mountain Meadow #0EC074

Tints of Mountain Meadow #0EC074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 4.35%
G = 59.63%
B = 36.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#0EC074 (or 0x0EC074) is known color: Mountain Meadow. HEX triplet: 0E, C0 and 74. RGB value is (14,192,116). Sum of RGB (Red+Green+Blue) = 14+192+116=322 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.35% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC074 is #F13F8B. Grayscale: #828282. Windows color (decimal): -15810444 or 7651342. OLE color: 7651342.

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

Color convert

RGB 14 192 116 -
CMYK 0.93 0 0.40 0.25
HSL 154.38º 0.86% 0.4% -
HSV(B) 154.38º 0.93% 0.75% -
XYZ 22.18 39.05 22.89 -
YUV 130.11 120.03 45.18 -
System Red Green Blue C M Y K H S L
Decimal 14 192 116 0.93 0 0.40 0.25 154.38 0.86 0.4
Hex E C0 74 5D 0 28 19 9A 56 28
Octal 16 300 164 135 0 50 31 232 126 50
Binary 1110 11000000 1110100 1011101 0 101000 11001 10011010 1010110 101000

Color Harmonies of #0EC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC074

Black with #0EC074

Text Example


Text Example

White with #0EC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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