Html Css Color HEX #1DC980 Mountain Meadow

📋 copy color: '#1DC980'

red 29 ◦ green 201 ◦ blue 128

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

Shades of Mountain Meadow #1DC980

Tints of Mountain Meadow #1DC980

RGB

 RED value IS 29 (11.72% from 255) = 8.1%

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

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 8.1%
G = 56.15%
B = 35.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#1DC980 (or 0x1DC980) is known color: Mountain Meadow. HEX triplet: 1D, C9 and 80. RGB value is (29,201,128). Sum of RGB (Red+Green+Blue) = 29+201+128=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #1DC980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC980 is #E2367F. Grayscale: #8D8D8D. Windows color (decimal): -14825088 or 8440093. OLE color: 8440093.

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

Color convert

RGB 29 201 128 -
CMYK 0.86 0 0.36 0.21
HSL 154.53º 0.75% 0.45% -
HSV(B) 154.53º 0.86% 0.79% -
XYZ 25.29 43.59 27.5 -
YUV 141.25 120.52 47.94 -
System Red Green Blue C M Y K H S L
Decimal 29 201 128 0.86 0 0.36 0.21 154.53 0.75 0.45
Hex 1D C9 80 56 0 24 15 9B 4B 2D
Octal 35 311 200 126 0 44 25 233 113 55
Binary 11101 11001001 10000000 1010110 0 100100 10101 10011011 1001011 101101

Color Harmonies of #1DC980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC980

Black with #1DC980

Text Example


Text Example

White with #1DC980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,201,128); }

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

background-color css

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

 a { background-color: rgb(29,201,128); }

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

border-color css

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

 span { border-color: rgb(29,201,128); }

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