Html Css Color HEX #0EC171 Mountain Meadow

📋 copy color: '#0EC171'

red 14 ◦ green 193 ◦ blue 113

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

Shades of Mountain Meadow #0EC171

Tints of Mountain Meadow #0EC171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 4.38%
G = 60.31%
B = 35.31%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#0EC171 (or 0x0EC171) is known color: Mountain Meadow. HEX triplet: 0E, C1 and 71. RGB value is (14,193,113). Sum of RGB (Red+Green+Blue) = 14+193+113=320 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.38% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC171 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC171 is #F13E8E. Grayscale: #828282. Windows color (decimal): -15810191 or 7454990. OLE color: 7454990.

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

Color convert

RGB 14 193 113 -
CMYK 0.93 0 0.41 0.24
HSL 153.18º 0.86% 0.41% -
HSV(B) 153.18º 0.93% 0.76% -
XYZ 22.23 39.43 22.06 -
YUV 130.36 118.2 45 -
System Red Green Blue C M Y K H S L
Decimal 14 193 113 0.93 0 0.41 0.24 153.18 0.86 0.41
Hex E C1 71 5D 0 29 18 99 56 29
Octal 16 301 161 135 0 51 30 231 126 51
Binary 1110 11000001 1110001 1011101 0 101001 11000 10011001 1010110 101001

Color Harmonies of #0EC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC171

Black with #0EC171

Text Example


Text Example

White with #0EC171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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