Html Css Color HEX #1AAB71 Mountain Meadow

📋 copy color: '#1AAB71'

red 26 ◦ green 171 ◦ blue 113

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

Shades of Mountain Meadow #1AAB71

Tints of Mountain Meadow #1AAB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 8.39%
G = 55.16%
B = 36.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#1AAB71 (or 0x1AAB71) is known color: Mountain Meadow. HEX triplet: 1A, AB and 71. RGB value is (26,171,113). Sum of RGB (Red+Green+Blue) = 26+171+113=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAB71 is #E5548E. Grayscale: #797979. Windows color (decimal): -15029391 or 7449370. OLE color: 7449370.

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

Color convert

RGB 26 171 113 -
CMYK 0.85 0 0.34 0.33
HSL 156º 0.74% 0.39% -
HSV(B) 156º 0.85% 0.67% -
XYZ 17.97 30.54 20.57 -
YUV 121.03 123.46 60.22 -
System Red Green Blue C M Y K H S L
Decimal 26 171 113 0.85 0 0.34 0.33 156 0.74 0.39
Hex 1A AB 71 55 0 22 21 9C 4A 27
Octal 32 253 161 125 0 42 41 234 112 47
Binary 11010 10101011 1110001 1010101 0 100010 100001 10011100 1001010 100111

Color Harmonies of #1AAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AAB71

Black with #1AAB71

Text Example


Text Example

White with #1AAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,171,113); }

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

background-color css

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

 a { background-color: rgb(26,171,113); }

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

border-color css

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

 span { border-color: rgb(26,171,113); }

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