Html Css Color HEX #1ED07C Mountain Meadow

📋 copy color: '#1ED07C'

red 30 ◦ green 208 ◦ blue 124

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

Shades of Mountain Meadow #1ED07C

Tints of Mountain Meadow #1ED07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.46%

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 8.29%
G = 57.46%
B = 34.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#1ED07C (or 0x1ED07C) is known color: Mountain Meadow. HEX triplet: 1E, D0 and 7C. RGB value is (30,208,124). Sum of RGB (Red+Green+Blue) = 30+208+124=362 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.29% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED07C is #E12F83. Grayscale: #919191. Windows color (decimal): -14757764 or 8179742. OLE color: 8179742.

HSL color Cylindrical-coordinate representation of color #1ED07C: hue angle of 151.69º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED07C is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 30 208 124 -
CMYK 0.86 0 0.40 0.18
HSL 151.69º 0.75% 0.47% -
HSV(B) 151.69º 0.86% 0.82% -
XYZ 26.73 46.84 26.7 -
YUV 145.2 116.03 45.83 -
System Red Green Blue C M Y K H S L
Decimal 30 208 124 0.86 0 0.40 0.18 151.69 0.75 0.47
Hex 1E D0 7C 56 0 28 12 98 4B 2F
Octal 36 320 174 126 0 50 22 230 113 57
Binary 11110 11010000 1111100 1010110 0 101000 10010 10011000 1001011 101111

Color Harmonies of #1ED07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED07C

Black with #1ED07C

Text Example


Text Example

White with #1ED07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,208,124); }

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

background-color css

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

 a { background-color: rgb(30,208,124); }

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

border-color css

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

 span { border-color: rgb(30,208,124); }

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