Html Css Color HEX #0EC17E Mountain Meadow

📋 copy color: '#0EC17E'

red 14 ◦ green 193 ◦ blue 126

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

Shades of Mountain Meadow #0EC17E

Tints of Mountain Meadow #0EC17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 4.2%
G = 57.96%
B = 37.84%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#0EC17E (or 0x0EC17E) is known color: Mountain Meadow. HEX triplet: 0E, C1 and 7E. RGB value is (14,193,126). Sum of RGB (Red+Green+Blue) = 14+193+126=333 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.20% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC17E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC17E is #F13E81. Grayscale: #838383. Windows color (decimal): -15810178 or 8306958. OLE color: 8306958.

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

Color convert

RGB 14 193 126 -
CMYK 0.93 0 0.35 0.24
HSL 157.54º 0.86% 0.41% -
HSV(B) 157.54º 0.93% 0.76% -
XYZ 23.02 39.74 26.2 -
YUV 131.84 124.7 43.95 -
System Red Green Blue C M Y K H S L
Decimal 14 193 126 0.93 0 0.35 0.24 157.54 0.86 0.41
Hex E C1 7E 5D 0 23 18 9E 56 29
Octal 16 301 176 135 0 43 30 236 126 51
Binary 1110 11000001 1111110 1011101 0 100011 11000 10011110 1010110 101001

Color Harmonies of #0EC17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC17E

Black with #0EC17E

Text Example


Text Example

White with #0EC17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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