#1EAF7D

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

Shades of Mountain Meadow #1EAF7D

Tints of Mountain Meadow #1EAF7D

Color information

#1EAF7D (or 0x1EAF7D) is unknown color: approx Mountain Meadow. HEX triplet: 1E, AF and 7D. RGB value is (30,175,125). Sum of RGB (Red+Green+Blue) = 30+175+125=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #1EAF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAF7D is #E15082. Grayscale: #7E7E7E. Windows color (decimal): -14766211 or 8236830. OLE color: 8236830.

HSL color Cylindrical-coordinate representation of color #1EAF7D: hue angle of 159.31º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EAF7D is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB30175125-
CMYK0.8300.290.31
HSL159.31º70.73%40.2%-
HSV(B)159.31º82.86%68.63%-
XYZ19.5732.4224.63-
YUV125.94127.4659.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.09%
GREEN value IS 175 (68.75% from 255) = 53.03%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=9.09%
G=53.03%
B=37.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal301751250.8300.290.31159.3170.7340.2
Hex1EAF7D5301D1F9f4728
Octal362571751230353723710750
Binary11110101011111111101101001101110111111100111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EAF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,175,125); }

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

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

 a { background-color: rgb(30,175,125); }

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

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

 span { border-color: rgb(30,175,125); }

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