#1AA675

Color #1AA675 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1AA675

Tints of Mountain Meadow #1AA675

Color information

#1AA675 (or 0x1AA675) is unknown color: approx Mountain Meadow. HEX triplet: 1A, A6 and 75. RGB value is (26,166,117). Sum of RGB (Red+Green+Blue) = 26+166+117=309 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.41% from 309); Green value is 166 (65.23% from 255 or 53.72% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 166 - color contains mainly: green. Hex color #1AA675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA675 is #E5598A. Grayscale: #767676. Windows color (decimal): -15030667 or 7710234. OLE color: 7710234.

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

Color convert

RGB26166117-
CMYK0.8400.300.35
HSL159º72.92%37.65%-
HSV(B)159º84.34%65.1%-
XYZ17.2728.7821.47-
YUV118.55127.1261.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.41%
GREEN value IS 166 (65.23% from 255) = 53.72%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=8.41%
G=53.72%
B=37.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal261661170.8400.300.3515972.9237.65
Hex1AA6755401E239f4926
Octal322461651240364323711146
Binary110101010011011101011010100011110100011100111111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1AA675;
 }
 .AnyTagClassName
 {
   color: #1AA675;
 }
</style>
background-color css

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

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

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

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

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

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