#0EC28A

Color #0EC28A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0EC28A

Tints of Mountain Meadow #0EC28A

Color information

#0EC28A (or 0x0EC28A) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C2 and 8A. RGB value is (14,194,138). Sum of RGB (Red+Green+Blue) = 14+194+138=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 194 (76.17% from 255 or 56.07% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC28A is #F13D75. Grayscale: #858585. Windows color (decimal): -15809910 or 9093646. OLE color: 9093646.

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

Color convert

RGB14194138-
CMYK0.9300.290.24
HSL161.33º86.54%40.78%-
HSV(B)161.33º92.78%76.08%-
XYZ24.0640.5130.6-
YUV133.8130.3742.55-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.05%
GREEN value IS 194 (76.17% from 255) = 56.07%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=4.05%
G=56.07%
B=39.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141941380.9300.290.24161.3386.5440.78
HexEC28A5D01D18a15729
Octal163022121350353024112751
Binary11101100001010001010101110101110111000101000011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EC28A;
 }
 .AnyTagClassName
 {
   color: #0EC28A;
 }
</style>
background-color css

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

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

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

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

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

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