#1EAD7E

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

Shades of Mountain Meadow #1EAD7E

Tints of Mountain Meadow #1EAD7E

Color information

#1EAD7E (or 0x1EAD7E) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AD and 7E. RGB value is (30,173,126). Sum of RGB (Red+Green+Blue) = 30+173+126=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAD7E is #E15281. Grayscale: #7C7C7C. Windows color (decimal): -14766722 or 8301854. OLE color: 8301854.

HSL color Cylindrical-coordinate representation of color #1EAD7E: hue angle of 160.28º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAD7E is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB30173126-
CMYK0.8300.270.32
HSL160.28º70.44%39.8%-
HSV(B)160.28º82.66%67.84%-
XYZ19.2431.6724.84-
YUV124.88128.6260.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.12%
GREEN value IS 173 (67.97% from 255) = 52.58%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=9.12%
G=52.58%
B=38.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301731260.8300.270.32160.2870.4439.8
Hex1EAD7E5301B20a04628
Octal362551761230334024010650
Binary111101010110111111101010011011011100000101000001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,173,126); }

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

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

 a { background-color: rgb(30,173,126); }

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

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

 span { border-color: rgb(30,173,126); }

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