Html Css Color HEX #1DC17D Mountain Meadow

📋 copy color: '#1DC17D'

red 29 ◦ green 193 ◦ blue 125

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

Shades of Mountain Meadow #1DC17D

Tints of Mountain Meadow #1DC17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.62%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 8.36%
G = 55.62%
B = 36.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#1DC17D (or 0x1DC17D) is known color: Mountain Meadow. HEX triplet: 1D, C1 and 7D. RGB value is (29,193,125). Sum of RGB (Red+Green+Blue) = 29+193+125=347 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.36% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC17D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC17D is #E23E82. Grayscale: #888888. Windows color (decimal): -14827139 or 8241437. OLE color: 8241437.

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

Color convert

RGB 29 193 125 -
CMYK 0.85 0 0.35 0.24
HSL 155.12º 0.74% 0.44% -
HSV(B) 155.12º 0.85% 0.76% -
XYZ 23.28 39.88 25.87 -
YUV 136.21 121.67 51.53 -
System Red Green Blue C M Y K H S L
Decimal 29 193 125 0.85 0 0.35 0.24 155.12 0.74 0.44
Hex 1D C1 7D 55 0 23 18 9B 4A 2C
Octal 35 301 175 125 0 43 30 233 112 54
Binary 11101 11000001 1111101 1010101 0 100011 11000 10011011 1001010 101100

Color Harmonies of #1DC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC17D

Black with #1DC17D

Text Example


Text Example

White with #1DC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,193,125); }

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

background-color css

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

 a { background-color: rgb(29,193,125); }

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

border-color css

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

 span { border-color: rgb(29,193,125); }

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