#1DAB85

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

Shades of Mountain Meadow #1DAB85

Tints of Mountain Meadow #1DAB85

Color information

#1DAB85 (or 0x1DAB85) is unknown color: approx Mountain Meadow. HEX triplet: 1D, AB and 85. RGB value is (29,171,133). Sum of RGB (Red+Green+Blue) = 29+171+133=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAB85 is #E2547A. Grayscale: #7C7C7C. Windows color (decimal): -14832763 or 8760093. OLE color: 8760093.

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

Color convert

RGB29171133-
CMYK0.8300.220.33
HSL163.94º71%39.22%-
HSV(B)163.94º83.04%67.06%-
XYZ19.331.0827.17-
YUV124.21132.9660.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.71%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=8.71%
G=51.35%
B=39.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal291711330.8300.220.33163.947139.22
Hex1DAB855301621a44727
Octal352532051230264124410747
Binary1110110101011100001011010011010110100001101001001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,171,133); }

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

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

 a { background-color: rgb(29,171,133); }

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

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

 span { border-color: rgb(29,171,133); }

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