Html Css Color HEX #0EC38A Mountain Meadow

📋 copy color: '#0EC38A'

red 14 ◦ green 195 ◦ blue 138

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

Shades of Mountain Meadow #0EC38A

Tints of Mountain Meadow #0EC38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 4.03%
G = 56.2%
B = 39.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#0EC38A (or 0x0EC38A) is known color: Mountain Meadow. HEX triplet: 0E, C3 and 8A. RGB value is (14,195,138). Sum of RGB (Red+Green+Blue) = 14+195+138=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC38A is #F13C75. Grayscale: #868686. Windows color (decimal): -15809654 or 9093902. OLE color: 9093902.

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

Color convert

RGB 14 195 138 -
CMYK 0.93 0 0.29 0.24
HSL 161.11º 0.87% 0.41% -
HSV(B) 161.11º 0.93% 0.76% -
XYZ 24.28 40.96 30.67 -
YUV 134.38 130.03 42.13 -
System Red Green Blue C M Y K H S L
Decimal 14 195 138 0.93 0 0.29 0.24 161.11 0.87 0.41
Hex E C3 8A 5D 0 1D 18 A1 57 29
Octal 16 303 212 135 0 35 30 241 127 51
Binary 1110 11000011 10001010 1011101 0 11101 11000 10100001 1010111 101001

Color Harmonies of #0EC38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC38A

Black with #0EC38A

Text Example


Text Example

White with #0EC38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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