Html Css Color HEX #1DC770 Mountain Meadow

📋 copy color: '#1DC770'

red 29 ◦ green 199 ◦ blue 112

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

Shades of Mountain Meadow #1DC770

Tints of Mountain Meadow #1DC770

RGB

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

 GREEN value IS 199 (78.13% from 255) = 58.53%

 BLUE value IS 112 (44.14% from 255) = 32.94%

R = 8.53%
G = 58.53%
B = 32.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#1DC770 (or 0x1DC770) is known color: Mountain Meadow. HEX triplet: 1D, C7 and 70. RGB value is (29,199,112). Sum of RGB (Red+Green+Blue) = 29+199+112=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 199 (78.12% from 255 or 58.53% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC770 is #E2388F. Grayscale: #8A8A8A. Windows color (decimal): -14825616 or 7391005. OLE color: 7391005.

HSL color Cylindrical-coordinate representation of color #1DC770: hue angle of 149.29º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC770 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 199 112 -
CMYK 0.85 0 0.44 0.22
HSL 149.29º 0.75% 0.45% -
HSV(B) 149.29º 0.85% 0.78% -
XYZ 23.85 42.28 22.23 -
YUV 138.25 113.18 50.07 -
System Red Green Blue C M Y K H S L
Decimal 29 199 112 0.85 0 0.44 0.22 149.29 0.75 0.45
Hex 1D C7 70 55 0 2C 16 95 4B 2D
Octal 35 307 160 125 0 54 26 225 113 55
Binary 11101 11000111 1110000 1010101 0 101100 10110 10010101 1001011 101101

Color Harmonies of #1DC770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC770

Black with #1DC770

Text Example


Text Example

White with #1DC770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,199,112); }

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

background-color css

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

 a { background-color: rgb(29,199,112); }

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

border-color css

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

 span { border-color: rgb(29,199,112); }

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