Html Css Color HEX #0EC384 Mountain Meadow

📋 copy color: '#0EC384'

red 14 ◦ green 195 ◦ blue 132

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

Shades of Mountain Meadow #0EC384

Tints of Mountain Meadow #0EC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.18%

 BLUE value IS 132 (51.95% from 255) = 38.71%

R = 4.11%
G = 57.18%
B = 38.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#0EC384 (or 0x0EC384) is known color: Mountain Meadow. HEX triplet: 0E, C3 and 84. RGB value is (14,195,132). Sum of RGB (Red+Green+Blue) = 14+195+132=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC384 is #F13C7B. Grayscale: #858585. Windows color (decimal): -15809660 or 8700686. OLE color: 8700686.

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

Color convert

RGB 14 195 132 -
CMYK 0.93 0 0.32 0.24
HSL 159.12º 0.87% 0.41% -
HSV(B) 159.12º 0.93% 0.76% -
XYZ 23.86 40.79 28.45 -
YUV 133.7 127.03 42.62 -
System Red Green Blue C M Y K H S L
Decimal 14 195 132 0.93 0 0.32 0.24 159.12 0.87 0.41
Hex E C3 84 5D 0 20 18 9F 57 29
Octal 16 303 204 135 0 40 30 237 127 51
Binary 1110 11000011 10000100 1011101 0 100000 11000 10011111 1010111 101001

Color Harmonies of #0EC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC384

Black with #0EC384

Text Example


Text Example

White with #0EC384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,195,132); }

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

background-color css

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

 a { background-color: rgb(14,195,132); }

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

border-color css

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

 span { border-color: rgb(14,195,132); }

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