Html Css Color HEX #1DAB7A Mountain Meadow

📋 copy color: '#1DAB7A'

red 29 ◦ green 171 ◦ blue 122

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

Shades of Mountain Meadow #1DAB7A

Tints of Mountain Meadow #1DAB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.11%

 BLUE value IS 122 (48.05% from 255) = 37.89%

R = 9.01%
G = 53.11%
B = 37.89%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#1DAB7A (or 0x1DAB7A) is known color: Mountain Meadow. HEX triplet: 1D, AB and 7A. RGB value is (29,171,122). Sum of RGB (Red+Green+Blue) = 29+171+122=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DAB7A is #E25485. Grayscale: #7B7B7B. Windows color (decimal): -14832774 or 8039197. OLE color: 8039197.

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

Color convert

RGB 29 171 122 -
CMYK 0.83 0 0.29 0.33
HSL 159.3º 0.71% 0.39% -
HSV(B) 159.3º 0.83% 0.67% -
XYZ 18.58 30.79 23.38 -
YUV 122.96 127.46 60.98 -
System Red Green Blue C M Y K H S L
Decimal 29 171 122 0.83 0 0.29 0.33 159.3 0.71 0.39
Hex 1D AB 7A 53 0 1D 21 9F 47 27
Octal 35 253 172 123 0 35 41 237 107 47
Binary 11101 10101011 1111010 1010011 0 11101 100001 10011111 1000111 100111

Color Harmonies of #1DAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAB7A

Black with #1DAB7A

Text Example


Text Example

White with #1DAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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