Html Css Color HEX #0EC176 Mountain Meadow

📋 copy color: '#0EC176'

red 14 ◦ green 193 ◦ blue 118

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

Shades of Mountain Meadow #0EC176

Tints of Mountain Meadow #0EC176

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.38%

 BLUE value IS 118 (46.48% from 255) = 36.31%

R = 4.31%
G = 59.38%
B = 36.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#0EC176 (or 0x0EC176) is known color: Mountain Meadow. HEX triplet: 0E, C1 and 76. RGB value is (14,193,118). Sum of RGB (Red+Green+Blue) = 14+193+118=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 193 (75.78% from 255 or 59.38% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC176 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC176 is #F13E89. Grayscale: #838383. Windows color (decimal): -15810186 or 7782670. OLE color: 7782670.

HSL color Cylindrical-coordinate representation of color #0EC176: hue angle of 154.86º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC176 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 14 193 118 -
CMYK 0.93 0 0.39 0.24
HSL 154.86º 0.86% 0.41% -
HSV(B) 154.86º 0.93% 0.76% -
XYZ 22.52 39.54 23.58 -
YUV 130.93 120.7 44.6 -
System Red Green Blue C M Y K H S L
Decimal 14 193 118 0.93 0 0.39 0.24 154.86 0.86 0.41
Hex E C1 76 5D 0 27 18 9B 56 29
Octal 16 301 166 135 0 47 30 233 126 51
Binary 1110 11000001 1110110 1011101 0 100111 11000 10011011 1010110 101001

Color Harmonies of #0EC176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC176

Black with #0EC176

Text Example


Text Example

White with #0EC176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,193,118); }

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

background-color css

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

 a { background-color: rgb(14,193,118); }

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

border-color css

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

 span { border-color: rgb(14,193,118); }

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