#1DA984

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

Shades of Mountain Meadow #1DA984

Tints of Mountain Meadow #1DA984

Color information

#1DA984 (or 0x1DA984) is unknown color: approx Mountain Meadow. HEX triplet: 1D, A9 and 84. RGB value is (29,169,132). Sum of RGB (Red+Green+Blue) = 29+169+132=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #1DA984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA984 is #E2567B. Grayscale: #7A7A7A. Windows color (decimal): -14833276 or 8694045. OLE color: 8694045.

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

Color convert

RGB29169132-
CMYK0.8300.220.34
HSL164.14º70.71%38.82%-
HSV(B)164.14º82.84%66.27%-
XYZ18.8630.326.68-
YUV122.92133.1261.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.79%
GREEN value IS 169 (66.41% from 255) = 51.21%
BLUE value IS 132 (51.95% from 255) = 40%
R=8.79%
G=51.21%
B=40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal291691320.8300.220.34164.1470.7138.82
Hex1DA9845301622a44727
Octal352512041230264224410747
Binary1110110101001100001001010011010110100010101001001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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