#0EC083

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

Shades of Mountain Meadow #0EC083

Tints of Mountain Meadow #0EC083

Color information

#0EC083 (or 0x0EC083) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C0 and 83. RGB value is (14,192,131). Sum of RGB (Red+Green+Blue) = 14+192+131=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC083 is #F13F7C. Grayscale: #838383. Windows color (decimal): -15810429 or 8634382. OLE color: 8634382.

HSL color Cylindrical-coordinate representation of color #0EC083: hue angle of 159.44º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC083 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB14192131-
CMYK0.9300.320.25
HSL159.44º86.41%40.39%-
HSV(B)159.44º92.71%75.29%-
XYZ23.1339.4327.86-
YUV131.82127.5343.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.15%
GREEN value IS 192 (75.39% from 255) = 56.97%
BLUE value IS 131 (51.56% from 255) = 38.87%
R=4.15%
G=56.97%
B=38.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141921310.9300.320.25159.4486.4140.39
HexEC0835D020199f5628
Octal163002031350403123712650
Binary111011000000100000111011101010000011001100111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EC083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,192,131); }

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

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

 a { background-color: rgb(14,192,131); }

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

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

 span { border-color: rgb(14,192,131); }

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