#0EB784

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

Shades of Mountain Meadow #0EB784

Tints of Mountain Meadow #0EB784

Color information

#0EB784 (or 0x0EB784) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B7 and 84. RGB value is (14,183,132). Sum of RGB (Red+Green+Blue) = 14+183+132=329 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.26% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB784 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB784 is #F1487B. Grayscale: #7E7E7E. Windows color (decimal): -15812732 or 8697614. OLE color: 8697614.

HSL color Cylindrical-coordinate representation of color #0EB784: hue angle of 161.89º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB784 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB14183132-
CMYK0.9200.280.28
HSL161.89º85.79%38.63%-
HSV(B)161.89º92.35%71.76%-
XYZ21.2835.6327.58-
YUV126.66131.0147.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.26%
GREEN value IS 183 (71.88% from 255) = 55.62%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=4.26%
G=55.62%
B=40.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal141831320.9200.280.28161.8985.7938.63
HexEB7845C01C1Ca25627
Octal162672041340343424212647
Binary11101011011110000100101110001110011100101000101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,183,132); }

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

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

 a { background-color: rgb(14,183,132); }

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

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

 span { border-color: rgb(14,183,132); }

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