Html Css Color HEX #1EA475 Mountain Meadow

📋 copy color: '#1EA475'

red 30 ◦ green 164 ◦ blue 117

#1EA475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #1EA475

Tints of Mountain Meadow #1EA475

RGB

 RED value IS 30 (12.11% from 255) = 9.65%

 GREEN value IS 164 (64.45% from 255) = 52.73%

 BLUE value IS 117 (46.09% from 255) = 37.62%

R = 9.65%
G = 52.73%
B = 37.62%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#1EA475 (or 0x1EA475) is known color: Mountain Meadow. HEX triplet: 1E, A4 and 75. RGB value is (30,164,117). Sum of RGB (Red+Green+Blue) = 30+164+117=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 164 (64.45% from 255 or 52.73% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA475 is #E15B8A. Grayscale: #767676. Windows color (decimal): -14769035 or 7709726. OLE color: 7709726.

HSL color Cylindrical-coordinate representation of color #1EA475: hue angle of 158.96º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1EA475 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 30 164 117 -
CMYK 0.82 0 0.29 0.36
HSL 158.96º 0.69% 0.38% -
HSV(B) 158.96º 0.82% 0.64% -
XYZ 17.02 28.11 21.36 -
YUV 118.58 127.11 64.82 -
System Red Green Blue C M Y K H S L
Decimal 30 164 117 0.82 0 0.29 0.36 158.96 0.69 0.38
Hex 1E A4 75 52 0 1D 24 9F 45 26
Octal 36 244 165 122 0 35 44 237 105 46
Binary 11110 10100100 1110101 1010010 0 11101 100100 10011111 1000101 100110

Color Harmonies of #1EA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA475

Black with #1EA475

Text Example


Text Example

White with #1EA475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,164,117); }

 H1.HeaderClassName
 {
   color: #1EA475;
 }
 .AnyTagClassName
 {
   color: #1EA475;
 }
</style>

background-color css

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

 a { background-color: rgb(30,164,117); }

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

border-color css

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

 span { border-color: rgb(30,164,117); }

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