Html Css Color HEX #1EA474 Mountain Meadow

📋 copy color: '#1EA474'

red 30 ◦ green 164 ◦ blue 116

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

Shades of Mountain Meadow #1EA474

Tints of Mountain Meadow #1EA474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 9.68%
G = 52.9%
B = 37.42%

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

#1EA474 (or 0x1EA474) is known color: Mountain Meadow. HEX triplet: 1E, A4 and 74. RGB value is (30,164,116). Sum of RGB (Red+Green+Blue) = 30+164+116=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #1EA474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EA474 is #E15B8B. Grayscale: #767676. Windows color (decimal): -14769036 or 7644190. OLE color: 7644190.

HSL color Cylindrical-coordinate representation of color #1EA474: hue angle of 158.51º 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 #1EA474 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 30 164 116 -
CMYK 0.82 0 0.29 0.36
HSL 158.51º 0.69% 0.38% -
HSV(B) 158.51º 0.82% 0.64% -
XYZ 16.96 28.09 21.05 -
YUV 118.46 126.61 64.9 -
System Red Green Blue C M Y K H S L
Decimal 30 164 116 0.82 0 0.29 0.36 158.51 0.69 0.38
Hex 1E A4 74 52 0 1D 24 9F 45 26
Octal 36 244 164 122 0 35 44 237 105 46
Binary 11110 10100100 1110100 1010010 0 11101 100100 10011111 1000101 100110

Color Harmonies of #1EA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EA474

Black with #1EA474

Text Example


Text Example

White with #1EA474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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