#1EBD80

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

Shades of Mountain Meadow #1EBD80

Tints of Mountain Meadow #1EBD80

Color information

#1EBD80 (or 0x1EBD80) is unknown color: approx Mountain Meadow. HEX triplet: 1E, BD and 80. RGB value is (30,189,128). Sum of RGB (Red+Green+Blue) = 30+189+128=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #1EBD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EBD80 is #E1427F. Grayscale: #868686. Windows color (decimal): -14762624 or 8437022. OLE color: 8437022.

HSL color Cylindrical-coordinate representation of color #1EBD80: hue angle of 156.98º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBD80 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB30189128-
CMYK0.8400.320.26
HSL156.98º72.6%42.94%-
HSV(B)156.98º84.13%74.12%-
XYZ22.6338.2326.61-
YUV134.5124.3253.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.65%
GREEN value IS 189 (74.22% from 255) = 54.47%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=8.65%
G=54.47%
B=36.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301891280.8400.320.26156.9872.642.94
Hex1EBD80540201A9d492b
Octal362752001240403223511153
Binary1111010111101100000001010100010000011010100111011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EBD80; }

 p { color: rgb(30,189,128); }

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

<style>
 a { background-color: #1EBD80; }

 a { background-color: rgb(30,189,128); }

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

<style>
 span { border-color: #1EBD80; }

 span { border-color: rgb(30,189,128); }

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