Html Css Color HEX #0EC188 Mountain Meadow

📋 copy color: '#0EC188'

red 14 ◦ green 193 ◦ blue 136

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

Shades of Mountain Meadow #0EC188

Tints of Mountain Meadow #0EC188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.65%

R = 4.08%
G = 56.27%
B = 39.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#0EC188 (or 0x0EC188) is known color: Mountain Meadow. HEX triplet: 0E, C1 and 88. RGB value is (14,193,136). Sum of RGB (Red+Green+Blue) = 14+193+136=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 136 (53.52% from 255 or 39.65% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC188 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC188 is #F13E77. Grayscale: #858585. Windows color (decimal): -15810168 or 8962318. OLE color: 8962318.

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

Color convert

RGB 14 193 136 -
CMYK 0.93 0 0.30 0.24
HSL 160.89º 0.86% 0.41% -
HSV(B) 160.89º 0.93% 0.76% -
XYZ 23.7 40.01 29.77 -
YUV 132.98 129.7 43.13 -
System Red Green Blue C M Y K H S L
Decimal 14 193 136 0.93 0 0.30 0.24 160.89 0.86 0.41
Hex E C1 88 5D 0 1E 18 A1 56 29
Octal 16 301 210 135 0 36 30 241 126 51
Binary 1110 11000001 10001000 1011101 0 11110 11000 10100001 1010110 101001

Color Harmonies of #0EC188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC188

Black with #0EC188

Text Example


Text Example

White with #0EC188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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