Html Css Color HEX #0EC383 Mountain Meadow

📋 copy color: '#0EC383'

red 14 ◦ green 195 ◦ blue 131

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

Shades of Mountain Meadow #0EC383

Tints of Mountain Meadow #0EC383

RGB

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

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

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

R = 4.12%
G = 57.35%
B = 38.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#0EC383 (or 0x0EC383) is known color: Mountain Meadow. HEX triplet: 0E, C3 and 83. RGB value is (14,195,131). Sum of RGB (Red+Green+Blue) = 14+195+131=340 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.12% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC383 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC383 is #F13C7C. Grayscale: #858585. Windows color (decimal): -15809661 or 8635150. OLE color: 8635150.

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

Color convert

RGB 14 195 131 -
CMYK 0.93 0 0.33 0.24
HSL 158.78º 0.87% 0.41% -
HSV(B) 158.78º 0.93% 0.76% -
XYZ 23.79 40.76 28.09 -
YUV 133.59 126.53 42.7 -
System Red Green Blue C M Y K H S L
Decimal 14 195 131 0.93 0 0.33 0.24 158.78 0.87 0.41
Hex E C3 83 5D 0 21 18 9F 57 29
Octal 16 303 203 135 0 41 30 237 127 51
Binary 1110 11000011 10000011 1011101 0 100001 11000 10011111 1010111 101001

Color Harmonies of #0EC383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC383

Black with #0EC383

Text Example


Text Example

White with #0EC383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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