Html Css Color HEX #1AA575 Mountain Meadow

📋 copy color: '#1AA575'

red 26 ◦ green 165 ◦ blue 117

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

Shades of Mountain Meadow #1AA575

Tints of Mountain Meadow #1AA575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.99%

R = 8.44%
G = 53.57%
B = 37.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#1AA575 (or 0x1AA575) is known color: Mountain Meadow. HEX triplet: 1A, A5 and 75. RGB value is (26,165,117). Sum of RGB (Red+Green+Blue) = 26+165+117=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA575 is #E55A8A. Grayscale: #767676. Windows color (decimal): -15030923 or 7709978. OLE color: 7709978.

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

Color convert

RGB 26 165 117 -
CMYK 0.84 0 0.29 0.35
HSL 159.28º 0.73% 0.37% -
HSV(B) 159.28º 0.84% 0.65% -
XYZ 17.09 28.41 21.41 -
YUV 117.97 127.45 62.4 -
System Red Green Blue C M Y K H S L
Decimal 26 165 117 0.84 0 0.29 0.35 159.28 0.73 0.37
Hex 1A A5 75 54 0 1D 23 9F 49 25
Octal 32 245 165 124 0 35 43 237 111 45
Binary 11010 10100101 1110101 1010100 0 11101 100011 10011111 1001001 100101

Color Harmonies of #1AA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AA575

Black with #1AA575

Text Example


Text Example

White with #1AA575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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