Html Css Color HEX #1EC982 Mountain Meadow

📋 copy color: '#1EC982'

red 30 ◦ green 201 ◦ blue 130

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

Shades of Mountain Meadow #1EC982

Tints of Mountain Meadow #1EC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.68%

 BLUE value IS 130 (51.17% from 255) = 36.01%

R = 8.31%
G = 55.68%
B = 36.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#1EC982 (or 0x1EC982) is known color: Mountain Meadow. HEX triplet: 1E, C9 and 82. RGB value is (30,201,130). Sum of RGB (Red+Green+Blue) = 30+201+130=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EC982 is #E1367D. Grayscale: #8D8D8D. Windows color (decimal): -14759550 or 8571166. OLE color: 8571166.

HSL color Cylindrical-coordinate representation of color #1EC982: hue angle of 155.09º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC982 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 201 130 -
CMYK 0.85 0 0.35 0.21
HSL 155.09º 0.74% 0.45% -
HSV(B) 155.09º 0.85% 0.79% -
XYZ 25.45 43.66 28.21 -
YUV 141.78 121.35 48.27 -
System Red Green Blue C M Y K H S L
Decimal 30 201 130 0.85 0 0.35 0.21 155.09 0.74 0.45
Hex 1E C9 82 55 0 23 15 9B 4A 2D
Octal 36 311 202 125 0 43 25 233 112 55
Binary 11110 11001001 10000010 1010101 0 100011 10101 10011011 1001010 101101

Color Harmonies of #1EC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC982

Black with #1EC982

Text Example


Text Example

White with #1EC982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,201,130); }

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

background-color css

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

 a { background-color: rgb(30,201,130); }

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

border-color css

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

 span { border-color: rgb(30,201,130); }

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