#0ec183

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

Shades of Mountain Meadow #0EC183

Tints of Mountain Meadow #0EC183

Color information

#0EC183 (or 0x0EC183) is unknown color: approx Mountain Meadow. HEX triplet: 0E, C1 and 83. RGB value is (14,193,131). Sum of RGB (Red+Green+Blue) = 14+193+131=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC183 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC183 is #F13E7C. Grayscale: #848484. Windows color (decimal): -15810173 or 8634638. OLE color: 8634638.

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

Color convert

RGB14193131-
CMYK0.9300.320.24
HSL159.22º86.47%40.59%-
HSV(B)159.22º92.75%75.69%-
XYZ23.3539.8727.94-
YUV132.41127.243.54-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.14%
GREEN value IS 193 (75.78% from 255) = 57.10%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=4.14%
G=57.10%
B=38.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141931310.9300.320.24159.2286.4740.59
HexEC1835D020189f5629
Octal163012031350403023712651
Binary111011000001100000111011101010000011000100111111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ec183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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