#0EC274

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

Shades of Mountain Meadow #0EC274

Tints of Mountain Meadow #0EC274

Color information

#0EC274 (or 0x0EC274) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C2 and 74. RGB value is (14,194,116). Sum of RGB (Red+Green+Blue) = 14+194+116=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC274 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC274 is #F13D8B. Grayscale: #838383. Windows color (decimal): -15809932 or 7651854. OLE color: 7651854.

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

Color convert

RGB14194116-
CMYK0.9300.400.24
HSL154º86.54%40.78%-
HSV(B)154º92.78%76.08%-
XYZ22.6339.9423.04-
YUV131.29119.3744.34-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.32%
GREEN value IS 194 (76.17% from 255) = 59.88%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=4.32%
G=59.88%
B=35.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141941160.9300.400.2415486.5440.78
HexEC2745D028189a5729
Octal163021641350503023212751
Binary11101100001011101001011101010100011000100110101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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