Html Css Color HEX #1AA972 Mountain Meadow

📋 copy color: '#1AA972'

red 26 ◦ green 169 ◦ blue 114

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

Shades of Mountain Meadow #1AA972

Tints of Mountain Meadow #1AA972

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.69%

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 8.41%
G = 54.69%
B = 36.89%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#1AA972 (or 0x1AA972) is known color: Mountain Meadow. HEX triplet: 1A, A9 and 72. RGB value is (26,169,114). Sum of RGB (Red+Green+Blue) = 26+169+114=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #1AA972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA972 is #E5568D. Grayscale: #787878. Windows color (decimal): -15029902 or 7514394. OLE color: 7514394.

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

Color convert

RGB 26 169 114 -
CMYK 0.85 0 0.33 0.34
HSL 156.92º 0.73% 0.38% -
HSV(B) 156.92º 0.85% 0.66% -
XYZ 17.65 29.81 20.74 -
YUV 119.97 124.62 60.97 -
System Red Green Blue C M Y K H S L
Decimal 26 169 114 0.85 0 0.33 0.34 156.92 0.73 0.38
Hex 1A A9 72 55 0 21 22 9D 49 26
Octal 32 251 162 125 0 41 42 235 111 46
Binary 11010 10101001 1110010 1010101 0 100001 100010 10011101 1001001 100110

Color Harmonies of #1AA972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA972

Black with #1AA972

Text Example


Text Example

White with #1AA972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,169,114); }

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

background-color css

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

 a { background-color: rgb(26,169,114); }

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

border-color css

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

 span { border-color: rgb(26,169,114); }

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