Html Css Color HEX #1DCA7C Mountain Meadow

📋 copy color: '#1DCA7C'

red 29 ◦ green 202 ◦ blue 124

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

Shades of Mountain Meadow #1DCA7C

Tints of Mountain Meadow #1DCA7C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.9%

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

R = 8.17%
G = 56.9%
B = 34.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#1DCA7C (or 0x1DCA7C) is known color: Mountain Meadow. HEX triplet: 1D, CA and 7C. RGB value is (29,202,124). Sum of RGB (Red+Green+Blue) = 29+202+124=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #1DCA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCA7C is #E23583. Grayscale: #8D8D8D. Windows color (decimal): -14824836 or 8178205. OLE color: 8178205.

HSL color Cylindrical-coordinate representation of color #1DCA7C: hue angle of 152.95º 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 #1DCA7C is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 29 202 124 -
CMYK 0.86 0 0.39 0.21
HSL 152.95º 0.75% 0.45% -
HSV(B) 152.95º 0.86% 0.79% -
XYZ 25.27 43.96 26.22 -
YUV 141.38 118.19 47.84 -
System Red Green Blue C M Y K H S L
Decimal 29 202 124 0.86 0 0.39 0.21 152.95 0.75 0.45
Hex 1D CA 7C 56 0 27 15 99 4B 2D
Octal 35 312 174 126 0 47 25 231 113 55
Binary 11101 11001010 1111100 1010110 0 100111 10101 10011001 1001011 101101

Color Harmonies of #1DCA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCA7C

Black with #1DCA7C

Text Example


Text Example

White with #1DCA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,202,124); }

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

background-color css

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

 a { background-color: rgb(29,202,124); }

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

border-color css

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

 span { border-color: rgb(29,202,124); }

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