#0ECF7A

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

Shades of Mountain Meadow #0ECF7A

Tints of Mountain Meadow #0ECF7A

Color information

#0ECF7A (or 0x0ECF7A) is unknown color: approx Mountain Meadow. HEX triplet: 0E, CF and 7A. RGB value is (14,207,122). Sum of RGB (Red+Green+Blue) = 14+207+122=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECF7A is #F13085. Grayscale: #8B8B8B. Windows color (decimal): -15806598 or 8048398. OLE color: 8048398.

HSL color Cylindrical-coordinate representation of color #0ECF7A: hue angle of 153.58º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECF7A is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB14207122-
CMYK0.9300.410.19
HSL153.58º87.33%43.33%-
HSV(B)153.58º93.24%81.18%-
XYZ26.0146.1225.94-
YUV139.6118.0638.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.08%
GREEN value IS 207 (81.25% from 255) = 60.35%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=4.08%
G=60.35%
B=35.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal142071220.9300.410.19153.5887.3343.33
HexECF7A5D029139a572b
Octal163171721350512323212753
Binary11101100111111110101011101010100110011100110101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ECF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,207,122); }

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

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

 a { background-color: rgb(14,207,122); }

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

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

 span { border-color: rgb(14,207,122); }

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