Html Css Color HEX #1AA474 Mountain Meadow

📋 copy color: '#1AA474'

red 26 ◦ green 164 ◦ blue 116

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

Shades of Mountain Meadow #1AA474

Tints of Mountain Meadow #1AA474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.59%

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 8.5%
G = 53.59%
B = 37.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#1AA474 (or 0x1AA474) is known color: Mountain Meadow. HEX triplet: 1A, A4 and 74. RGB value is (26,164,116). Sum of RGB (Red+Green+Blue) = 26+164+116=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA474 is #E55B8B. Grayscale: #757575. Windows color (decimal): -15031180 or 7644186. OLE color: 7644186.

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

Color convert

RGB 26 164 116 -
CMYK 0.84 0 0.29 0.36
HSL 159.13º 0.73% 0.37% -
HSV(B) 159.13º 0.84% 0.64% -
XYZ 16.85 28.03 21.05 -
YUV 117.27 127.28 62.9 -
System Red Green Blue C M Y K H S L
Decimal 26 164 116 0.84 0 0.29 0.36 159.13 0.73 0.37
Hex 1A A4 74 54 0 1D 24 9F 49 25
Octal 32 244 164 124 0 35 44 237 111 45
Binary 11010 10100100 1110100 1010100 0 11101 100100 10011111 1001001 100101

Color Harmonies of #1AA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA474

Black with #1AA474

Text Example


Text Example

White with #1AA474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,164,116); }

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

background-color css

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

 a { background-color: rgb(26,164,116); }

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

border-color css

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

 span { border-color: rgb(26,164,116); }

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