Html Css Color HEX #1AA481 Mountain Meadow

📋 copy color: '#1AA481'

red 26 ◦ green 164 ◦ blue 129

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

Shades of Mountain Meadow #1AA481

Tints of Mountain Meadow #1AA481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 8.15%
G = 51.41%
B = 40.44%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#1AA481 (or 0x1AA481) is known color: Mountain Meadow. HEX triplet: 1A, A4 and 81. RGB value is (26,164,129). Sum of RGB (Red+Green+Blue) = 26+164+129=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AA481 is #E55B7E. Grayscale: #767676. Windows color (decimal): -15031167 or 8496154. OLE color: 8496154.

HSL color Cylindrical-coordinate representation of color #1AA481: hue angle of 164.78º 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 #1AA481 is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 26 164 129 -
CMYK 0.84 0 0.21 0.36
HSL 164.78º 0.73% 0.37% -
HSV(B) 164.78º 0.84% 0.64% -
XYZ 17.66 28.36 25.31 -
YUV 118.75 133.78 61.85 -
System Red Green Blue C M Y K H S L
Decimal 26 164 129 0.84 0 0.21 0.36 164.78 0.73 0.37
Hex 1A A4 81 54 0 15 24 A5 49 25
Octal 32 244 201 124 0 25 44 245 111 45
Binary 11010 10100100 10000001 1010100 0 10101 100100 10100101 1001001 100101

Color Harmonies of #1AA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA481

Black with #1AA481

Text Example


Text Example

White with #1AA481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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