Html Css Color HEX #1AA686 Mountain Meadow

📋 copy color: '#1AA686'

red 26 ◦ green 166 ◦ blue 134

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

Shades of Mountain Meadow #1AA686

Tints of Mountain Meadow #1AA686

RGB

 RED value IS 26 (10.55% from 255) = 7.98%

 GREEN value IS 166 (65.23% from 255) = 50.92%

 BLUE value IS 134 (52.73% from 255) = 41.1%

R = 7.98%
G = 50.92%
B = 41.1%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#1AA686 (or 0x1AA686) is known color: Mountain Meadow. HEX triplet: 1A, A6 and 86. RGB value is (26,166,134). Sum of RGB (Red+Green+Blue) = 26+166+134=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 166 (65.23% from 255 or 50.92% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA686 is #E55979. Grayscale: #787878. Windows color (decimal): -15030650 or 8824346. OLE color: 8824346.

HSL color Cylindrical-coordinate representation of color #1AA686: hue angle of 166.29º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA686 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 26 166 134 -
CMYK 0.84 0 0.19 0.35
HSL 166.29º 0.73% 0.38% -
HSV(B) 166.29º 0.84% 0.65% -
XYZ 18.37 29.21 27.23 -
YUV 120.49 135.62 60.6 -
System Red Green Blue C M Y K H S L
Decimal 26 166 134 0.84 0 0.19 0.35 166.29 0.73 0.38
Hex 1A A6 86 54 0 13 23 A6 49 26
Octal 32 246 206 124 0 23 43 246 111 46
Binary 11010 10100110 10000110 1010100 0 10011 100011 10100110 1001001 100110

Color Harmonies of #1AA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA686

Black with #1AA686

Text Example


Text Example

White with #1AA686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,166,134); }

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

background-color css

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

 a { background-color: rgb(26,166,134); }

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

border-color css

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

 span { border-color: rgb(26,166,134); }

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