#1EA86D

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

Shades of Mountain Meadow #1EA86D

Tints of Mountain Meadow #1EA86D

Color information

#1EA86D (or 0x1EA86D) is unknown color: approx Mountain Meadow. HEX triplet: 1E, A8 and 6D. RGB value is (30,168,109). Sum of RGB (Red+Green+Blue) = 30+168+109=307 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.77% from 307); Green value is 168 (66.02% from 255 or 54.72% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 168 - color contains mainly: green. Hex color #1EA86D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA86D is #E15792. Grayscale: #787878. Windows color (decimal): -14768019 or 7186462. OLE color: 7186462.

HSL color Cylindrical-coordinate representation of color #1EA86D: hue angle of 154.35º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA86D is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB30168109-
CMYK0.8200.350.34
HSL154.35º69.7%38.82%-
HSV(B)154.35º82.14%65.88%-
XYZ17.329.3919.23-
YUV120.01121.7863.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.77%
GREEN value IS 168 (66.02% from 255) = 54.72%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=9.77%
G=54.72%
B=35.50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal301681090.8200.350.34154.3569.738.82
Hex1EA86D52023229a4627
Octal362501551220434223210647
Binary1111010101000110110110100100100011100010100110101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EA86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,168,109); }

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

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

 a { background-color: rgb(30,168,109); }

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

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

 span { border-color: rgb(30,168,109); }

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