#0EC388

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

Shades of Mountain Meadow #0EC388

Tints of Mountain Meadow #0EC388

Color information

#0EC388 (or 0x0EC388) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C3 and 88. RGB value is (14,195,136). Sum of RGB (Red+Green+Blue) = 14+195+136=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC388 is #F13C77. Grayscale: #868686. Windows color (decimal): -15809656 or 8962830. OLE color: 8962830.

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

Color convert

RGB14195136-
CMYK0.9300.300.24
HSL160.44º86.6%40.98%-
HSV(B)160.44º92.82%76.47%-
XYZ24.1440.929.91-
YUV134.15129.0342.3-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.06%
GREEN value IS 195 (76.56% from 255) = 56.52%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=4.06%
G=56.52%
B=39.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141951360.9300.300.24160.4486.640.98
HexEC3885D01E18a05729
Octal163032101350363024012751
Binary11101100001110001000101110101111011000101000001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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