Html Css Color HEX #1DAE8C Mountain Meadow

📋 copy color: '#1DAE8C'

red 29 ◦ green 174 ◦ blue 140

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

Shades of Mountain Meadow #1DAE8C

Tints of Mountain Meadow #1DAE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.73%

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 8.45%
G = 50.73%
B = 40.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#1DAE8C (or 0x1DAE8C) is known color: Mountain Meadow. HEX triplet: 1D, AE and 8C. RGB value is (29,174,140). Sum of RGB (Red+Green+Blue) = 29+174+140=343 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.45% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAE8C is #E25173. Grayscale: #7E7E7E. Windows color (decimal): -14831988 or 9219613. OLE color: 9219613.

HSL color Cylindrical-coordinate representation of color #1DAE8C: hue angle of 165.93º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE8C is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 174 140 -
CMYK 0.83 0 0.20 0.32
HSL 165.93º 0.71% 0.4% -
HSV(B) 165.93º 0.83% 0.68% -
XYZ 20.38 32.43 30 -
YUV 126.77 135.46 58.26 -
System Red Green Blue C M Y K H S L
Decimal 29 174 140 0.83 0 0.20 0.32 165.93 0.71 0.4
Hex 1D AE 8C 53 0 14 20 A6 47 28
Octal 35 256 214 123 0 24 40 246 107 50
Binary 11101 10101110 10001100 1010011 0 10100 100000 10100110 1000111 101000

Color Harmonies of #1DAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAE8C

Black with #1DAE8C

Text Example


Text Example

White with #1DAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,174,140); }

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

background-color css

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

 a { background-color: rgb(29,174,140); }

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

border-color css

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

 span { border-color: rgb(29,174,140); }

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