Html Css Color HEX #1DA570 Mountain Meadow

📋 copy color: '#1DA570'

red 29 ◦ green 165 ◦ blue 112

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

Shades of Mountain Meadow #1DA570

Tints of Mountain Meadow #1DA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.92%

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

R = 9.48%
G = 53.92%
B = 36.6%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#1DA570 (or 0x1DA570) is known color: Mountain Meadow. HEX triplet: 1D, A5 and 70. RGB value is (29,165,112). Sum of RGB (Red+Green+Blue) = 29+165+112=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #1DA570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA570 is #E25A8F. Grayscale: #767676. Windows color (decimal): -14834320 or 7382301. OLE color: 7382301.

HSL color Cylindrical-coordinate representation of color #1DA570: hue angle of 156.62º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1DA570 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 29 165 112 -
CMYK 0.82 0 0.32 0.35
HSL 156.62º 0.7% 0.38% -
HSV(B) 156.62º 0.82% 0.65% -
XYZ 16.89 28.34 19.91 -
YUV 118.29 124.44 64.31 -
System Red Green Blue C M Y K H S L
Decimal 29 165 112 0.82 0 0.32 0.35 156.62 0.7 0.38
Hex 1D A5 70 52 0 20 23 9D 46 26
Octal 35 245 160 122 0 40 43 235 106 46
Binary 11101 10100101 1110000 1010010 0 100000 100011 10011101 1000110 100110

Color Harmonies of #1DA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA570

Black with #1DA570

Text Example


Text Example

White with #1DA570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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