Html Css Color HEX #1EAF7D Mountain Meadow

📋 copy color: '#1EAF7D'

red 30 ◦ green 175 ◦ blue 125

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

Shades of Mountain Meadow #1EAF7D

Tints of Mountain Meadow #1EAF7D

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 value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#1EAF7D (or 0x1EAF7D) is known color: 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

RGB 30 175 125 -
CMYK 0.83 0 0.29 0.31
HSL 159.31º 0.71% 0.4% -
HSV(B) 159.31º 0.83% 0.69% -
XYZ 19.57 32.42 24.63 -
YUV 125.95 127.46 59.57 -
System Red Green Blue C M Y K H S L
Decimal 30 175 125 0.83 0 0.29 0.31 159.31 0.71 0.4
Hex 1E AF 7D 53 0 1D 1F 9F 47 28
Octal 36 257 175 123 0 35 37 237 107 50
Binary 11110 10101111 1111101 1010011 0 11101 11111 10011111 1000111 101000

Color Harmonies of #1EAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EAF7D

Black with #1EAF7D

Text Example


Text Example

White with #1EAF7D

Text Example


Text Example

HTML Codes & Css Web 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>