Html Css Color HEX #0EC883 Mountain Meadow

📋 copy color: '#0EC883'

red 14 ◦ green 200 ◦ blue 131

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

Shades of Mountain Meadow #0EC883

Tints of Mountain Meadow #0EC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.97%

 BLUE value IS 131 (51.56% from 255) = 37.97%

R = 4.06%
G = 57.97%
B = 37.97%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#0EC883 (or 0x0EC883) is known color: Mountain Meadow. HEX triplet: 0E, C8 and 83. RGB value is (14,200,131). Sum of RGB (Red+Green+Blue) = 14+200+131=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #0EC883 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC883 is #F1377C. Grayscale: #888888. Windows color (decimal): -15808381 or 8636430. OLE color: 8636430.

HSL color Cylindrical-coordinate representation of color #0EC883: hue angle of 157.74º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC883 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 14 200 131 -
CMYK 0.93 0 0.34 0.22
HSL 157.74º 0.87% 0.42% -
HSV(B) 157.74º 0.93% 0.78% -
XYZ 24.93 43.04 28.47 -
YUV 136.52 124.88 40.61 -
System Red Green Blue C M Y K H S L
Decimal 14 200 131 0.93 0 0.34 0.22 157.74 0.87 0.42
Hex E C8 83 5D 0 22 16 9E 57 2A
Octal 16 310 203 135 0 42 26 236 127 52
Binary 1110 11001000 10000011 1011101 0 100010 10110 10011110 1010111 101010

Color Harmonies of #0EC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC883

Black with #0EC883

Text Example


Text Example

White with #0EC883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,200,131); }

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

background-color css

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

 a { background-color: rgb(14,200,131); }

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

border-color css

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

 span { border-color: rgb(14,200,131); }

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