#0EC17A

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

Shades of Mountain Meadow #0EC17A

Tints of Mountain Meadow #0EC17A

Color information

#0EC17A (or 0x0EC17A) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C1 and 7A. RGB value is (14,193,122). Sum of RGB (Red+Green+Blue) = 14+193+122=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC17A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC17A is #F13E85. Grayscale: #838383. Windows color (decimal): -15810182 or 8044814. OLE color: 8044814.

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

Color convert

RGB14193122-
CMYK0.9300.370.24
HSL156.2º86.47%40.59%-
HSV(B)156.2º92.75%75.69%-
XYZ22.7639.6424.86-
YUV131.38122.744.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 193 (75.78% from 255) = 58.66%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=4.26%
G=58.66%
B=37.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141931220.9300.370.24156.286.4740.59
HexEC17A5D025189c5629
Octal163011721350453023412651
Binary11101100000111110101011101010010111000100111001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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