#1EB680

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

Shades of Mountain Meadow #1EB680

Tints of Mountain Meadow #1EB680

Color information

#1EB680 (or 0x1EB680) is unknown color: approx Mountain Meadow. HEX triplet: 1E, B6 and 80. RGB value is (30,182,128). Sum of RGB (Red+Green+Blue) = 30+182+128=340 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.82% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #1EB680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EB680 is #E1497F. Grayscale: #828282. Windows color (decimal): -14764416 or 8435230. OLE color: 8435230.

HSL color Cylindrical-coordinate representation of color #1EB680: hue angle of 158.68º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB680 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB30182128-
CMYK0.8400.300.29
HSL158.68º71.7%41.57%-
HSV(B)158.68º83.52%71.37%-
XYZ21.1635.2926.12-
YUV130.4126.6456.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.82%
GREEN value IS 182 (71.48% from 255) = 53.53%
BLUE value IS 128 (50.39% from 255) = 37.65%
R=8.82%
G=53.53%
B=37.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal301821280.8400.300.29158.6871.741.57
Hex1EB6805401E1D9f482a
Octal362662001240363523711052
Binary111101011011010000000101010001111011101100111111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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