Html Css Color HEX #1DAE70 Mountain Meadow

📋 copy color: '#1DAE70'

red 29 ◦ green 174 ◦ blue 112

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

Shades of Mountain Meadow #1DAE70

Tints of Mountain Meadow #1DAE70

RGB

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

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

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

R = 9.21%
G = 55.24%
B = 35.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#1DAE70 (or 0x1DAE70) is known color: Mountain Meadow. HEX triplet: 1D, AE and 70. RGB value is (29,174,112). Sum of RGB (Red+Green+Blue) = 29+174+112=315 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.21% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAE70 is #E2518F. Grayscale: #7B7B7B. Windows color (decimal): -14832016 or 7384605. OLE color: 7384605.

HSL color Cylindrical-coordinate representation of color #1DAE70: hue angle of 154.34º 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 #1DAE70 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 174 112 -
CMYK 0.83 0 0.36 0.32
HSL 154.34º 0.71% 0.4% -
HSV(B) 154.34º 0.83% 0.68% -
XYZ 18.57 31.7 20.47 -
YUV 123.58 121.46 60.54 -
System Red Green Blue C M Y K H S L
Decimal 29 174 112 0.83 0 0.36 0.32 154.34 0.71 0.4
Hex 1D AE 70 53 0 24 20 9A 47 28
Octal 35 256 160 123 0 44 40 232 107 50
Binary 11101 10101110 1110000 1010011 0 100100 100000 10011010 1000111 101000

Color Harmonies of #1DAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAE70

Black with #1DAE70

Text Example


Text Example

White with #1DAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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