#0EC375

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

Shades of Mountain Meadow #0EC375

Tints of Mountain Meadow #0EC375

Color information

#0EC375 (or 0x0EC375) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C3 and 75. RGB value is (14,195,117). Sum of RGB (Red+Green+Blue) = 14+195+117=326 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.29% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #0EC375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC375 is #F13C8A. Grayscale: #848484. Windows color (decimal): -15809675 or 7717646. OLE color: 7717646.

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

Color convert

RGB14195117-
CMYK0.9300.40.24
HSL154.14º86.6%40.98%-
HSV(B)154.14º92.82%76.47%-
XYZ22.9140.4123.42-
YUV131.99119.5343.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.29%
GREEN value IS 195 (76.56% from 255) = 59.82%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=4.29%
G=59.82%
B=35.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141951170.9300.40.24154.1486.640.98
HexEC3755D028189a5729
Octal163031651350503023212751
Binary11101100001111101011011101010100011000100110101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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