Html Css Color HEX #0EC28D Mountain Meadow

📋 copy color: '#0EC28D'

red 14 ◦ green 194 ◦ blue 141

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

Shades of Mountain Meadow #0EC28D

Tints of Mountain Meadow #0EC28D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.59%

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 4.01%
G = 55.59%
B = 40.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#0EC28D (or 0x0EC28D) is known color: Mountain Meadow. HEX triplet: 0E, C2 and 8D. RGB value is (14,194,141). Sum of RGB (Red+Green+Blue) = 14+194+141=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC28D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC28D is #F13D72. Grayscale: #868686. Windows color (decimal): -15809907 or 9290254. OLE color: 9290254.

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

Color convert

RGB 14 194 141 -
CMYK 0.93 0 0.27 0.24
HSL 162.33º 0.87% 0.41% -
HSV(B) 162.33º 0.93% 0.76% -
XYZ 24.28 40.6 31.76 -
YUV 134.14 131.87 42.31 -
System Red Green Blue C M Y K H S L
Decimal 14 194 141 0.93 0 0.27 0.24 162.33 0.87 0.41
Hex E C2 8D 5D 0 1B 18 A2 57 29
Octal 16 302 215 135 0 33 30 242 127 51
Binary 1110 11000010 10001101 1011101 0 11011 11000 10100010 1010111 101001

Color Harmonies of #0EC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EC28D

Black with #0EC28D

Text Example


Text Example

White with #0EC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,194,141); }

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

background-color css

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

 a { background-color: rgb(14,194,141); }

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

border-color css

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

 span { border-color: rgb(14,194,141); }

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