#0EC17B

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

Shades of Mountain Meadow #0EC17B

Tints of Mountain Meadow #0EC17B

Color information

#0EC17B (or 0x0EC17B) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C1 and 7B. RGB value is (14,193,123). Sum of RGB (Red+Green+Blue) = 14+193+123=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC17B is #F13E84. Grayscale: #838383. Windows color (decimal): -15810181 or 8110350. OLE color: 8110350.

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

Color convert

RGB14193123-
CMYK0.9300.360.24
HSL156.54º86.47%40.59%-
HSV(B)156.54º92.75%75.69%-
XYZ22.8339.6625.19-
YUV131.5123.244.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.24%
GREEN value IS 193 (75.78% from 255) = 58.48%
BLUE value IS 123 (48.44% from 255) = 37.27%
R=4.24%
G=58.48%
B=37.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141931230.9300.360.24156.5486.4740.59
HexEC17B5D024189d5629
Octal163011731350443023512651
Binary11101100000111110111011101010010011000100111011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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