#1DA971

Color #1DA971 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1DA971

Tints of Mountain Meadow #1DA971

Color information

#1DA971 (or 0x1DA971) is unknown color: approx Mountain Meadow. HEX triplet: 1D, A9 and 71. RGB value is (29,169,113). Sum of RGB (Red+Green+Blue) = 29+169+113=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DA971 is #E2568E. Grayscale: #787878. Windows color (decimal): -14833295 or 7448861. OLE color: 7448861.

HSL color Cylindrical-coordinate representation of color #1DA971: hue angle of 156º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA971 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB29169113-
CMYK0.8300.330.34
HSL156º70.71%38.82%-
HSV(B)156º82.84%66.27%-
XYZ17.6829.8320.45-
YUV120.76123.6262.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.32%
GREEN value IS 169 (66.41% from 255) = 54.34%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=9.32%
G=54.34%
B=36.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal291691130.8300.330.3415670.7138.82
Hex1DA97153021229c4727
Octal352511611230414223410747
Binary1110110101001111000110100110100001100010100111001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,169,113); }

 H1.HeaderClassName
 {
   color: #1DA971;
 }
 .AnyTagClassName
 {
   color: #1DA971;
 }
</style>
background-color css

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

 a { background-color: rgb(29,169,113); }

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

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

 span { border-color: rgb(29,169,113); }

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