#1DAD82

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

Shades of Mountain Meadow #1DAD82

Tints of Mountain Meadow #1DAD82

Color information

#1DAD82 (or 0x1DAD82) is unknown color: approx Mountain Meadow. HEX triplet: 1D, AD and 82. RGB value is (29,173,130). Sum of RGB (Red+Green+Blue) = 29+173+130=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAD82 is #E2527D. Grayscale: #7D7D7D. Windows color (decimal): -14832254 or 8563997. OLE color: 8563997.

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

Color convert

RGB29173130-
CMYK0.8300.250.32
HSL162.08º71.29%39.61%-
HSV(B)162.08º83.24%67.84%-
XYZ19.4831.7626.22-
YUV125.04130.7959.5-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.73%
GREEN value IS 173 (67.97% from 255) = 52.11%
BLUE value IS 130 (51.17% from 255) = 39.16%
R=8.73%
G=52.11%
B=39.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal291731300.8300.250.32162.0871.2939.61
Hex1DAD825301920a24728
Octal352552021230314024210750
Binary1110110101101100000101010011011001100000101000101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,173,130); }

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

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

 a { background-color: rgb(29,173,130); }

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

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

 span { border-color: rgb(29,173,130); }

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