Html Css Color HEX #1AA57C Mountain Meadow

📋 copy color: '#1AA57C'

red 26 ◦ green 165 ◦ blue 124

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

Shades of Mountain Meadow #1AA57C

Tints of Mountain Meadow #1AA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.38%

 BLUE value IS 124 (48.83% from 255) = 39.37%

R = 8.25%
G = 52.38%
B = 39.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#1AA57C (or 0x1AA57C) is known color: Mountain Meadow. HEX triplet: 1A, A5 and 7C. RGB value is (26,165,124). Sum of RGB (Red+Green+Blue) = 26+165+124=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA57C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA57C is #E55A83. Grayscale: #767676. Windows color (decimal): -15030916 or 8168730. OLE color: 8168730.

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

Color convert

RGB 26 165 124 -
CMYK 0.84 0 0.25 0.35
HSL 162.3º 0.73% 0.37% -
HSV(B) 162.3º 0.84% 0.65% -
XYZ 17.52 28.59 23.66 -
YUV 118.77 130.95 61.83 -
System Red Green Blue C M Y K H S L
Decimal 26 165 124 0.84 0 0.25 0.35 162.3 0.73 0.37
Hex 1A A5 7C 54 0 19 23 A2 49 25
Octal 32 245 174 124 0 31 43 242 111 45
Binary 11010 10100101 1111100 1010100 0 11001 100011 10100010 1001001 100101

Color Harmonies of #1AA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA57C

Black with #1AA57C

Text Example


Text Example

White with #1AA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,165,124); }

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

background-color css

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

 a { background-color: rgb(26,165,124); }

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

border-color css

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

 span { border-color: rgb(26,165,124); }

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