Html Css Color HEX #1EAD7A Mountain Meadow

📋 copy color: '#1EAD7A'

red 30 ◦ green 173 ◦ blue 122

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

Shades of Mountain Meadow #1EAD7A

Tints of Mountain Meadow #1EAD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.23%

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 9.23%
G = 53.23%
B = 37.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#1EAD7A (or 0x1EAD7A) is known color: Mountain Meadow. HEX triplet: 1E, AD and 7A. RGB value is (30,173,122). Sum of RGB (Red+Green+Blue) = 30+173+122=325 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.23% from 325); Green value is 173 (67.97% from 255 or 53.23% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 173 - color contains mainly: green. Hex color #1EAD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1EAD7A is #E15285. Grayscale: #7C7C7C. Windows color (decimal): -14766726 or 8039710. OLE color: 8039710.

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

Color convert

RGB 30 173 122 -
CMYK 0.83 0 0.29 0.32
HSL 158.6º 0.7% 0.4% -
HSV(B) 158.6º 0.83% 0.68% -
XYZ 18.99 31.57 23.5 -
YUV 124.43 126.62 60.65 -
System Red Green Blue C M Y K H S L
Decimal 30 173 122 0.83 0 0.29 0.32 158.6 0.7 0.4
Hex 1E AD 7A 53 0 1D 20 9F 46 28
Octal 36 255 172 123 0 35 40 237 106 50
Binary 11110 10101101 1111010 1010011 0 11101 100000 10011111 1000110 101000

Color Harmonies of #1EAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAD7A

Black with #1EAD7A

Text Example


Text Example

White with #1EAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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