Html Css Color HEX #0EBC8E Mountain Meadow

📋 copy color: '#0EBC8E'

red 14 ◦ green 188 ◦ blue 142

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

Shades of Mountain Meadow #0EBC8E

Tints of Mountain Meadow #0EBC8E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.65%

 BLUE value IS 142 (55.86% from 255) = 41.28%

R = 4.07%
G = 54.65%
B = 41.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#0EBC8E (or 0x0EBC8E) is known color: Mountain Meadow. HEX triplet: 0E, BC and 8E. RGB value is (14,188,142). Sum of RGB (Red+Green+Blue) = 14+188+142=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBC8E is #F14371. Grayscale: #828282. Windows color (decimal): -15811442 or 9354254. OLE color: 9354254.

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

Color convert

RGB 14 188 142 -
CMYK 0.93 0 0.24 0.26
HSL 164.14º 0.86% 0.4% -
HSV(B) 164.14º 0.93% 0.74% -
XYZ 23.05 38.01 31.71 -
YUV 130.73 134.35 44.74 -
System Red Green Blue C M Y K H S L
Decimal 14 188 142 0.93 0 0.24 0.26 164.14 0.86 0.4
Hex E BC 8E 5D 0 18 1A A4 56 28
Octal 16 274 216 135 0 30 32 244 126 50
Binary 1110 10111100 10001110 1011101 0 11000 11010 10100100 1010110 101000

Color Harmonies of #0EBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBC8E

Black with #0EBC8E

Text Example


Text Example

White with #0EBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,188,142); }

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

background-color css

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

 a { background-color: rgb(14,188,142); }

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

border-color css

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

 span { border-color: rgb(14,188,142); }

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