#0EB580

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

Shades of Mountain Meadow #0EB580

Tints of Mountain Meadow #0EB580

Color information

#0EB580 (or 0x0EB580) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B5 and 80. RGB value is (14,181,128). Sum of RGB (Red+Green+Blue) = 14+181+128=323 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.33% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB580 is #F14A7F. Grayscale: #7D7D7D. Windows color (decimal): -15813248 or 8434958. OLE color: 8434958.

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

Color convert

RGB14181128-
CMYK0.9200.290.29
HSL160.96º85.64%38.24%-
HSV(B)160.96º92.27%70.98%-
XYZ20.634.726.03-
YUV125.02129.6748.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.33%
GREEN value IS 181 (71.09% from 255) = 56.04%
BLUE value IS 128 (50.39% from 255) = 39.63%
R=4.33%
G=56.04%
B=39.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal141811280.9200.290.29160.9685.6438.24
HexEB5805C01D1Da15626
Octal162652001340353524112646
Binary11101011010110000000101110001110111101101000011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,181,128); }

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

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

 a { background-color: rgb(14,181,128); }

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

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

 span { border-color: rgb(14,181,128); }

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