#1AB477

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

Shades of Mountain Meadow #1AB477

Tints of Mountain Meadow #1AB477

Color information

#1AB477 (or 0x1AB477) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B4 and 77. RGB value is (26,180,119). Sum of RGB (Red+Green+Blue) = 26+180+119=325 (43% of max value = 765). Red value is 26 (10.55% from 255 or 8% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB477 is #E54B88. Grayscale: #7F7F7F. Windows color (decimal): -15027081 or 7844890. OLE color: 7844890.

HSL color Cylindrical-coordinate representation of color #1AB477: hue angle of 156.23º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB477 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB26180119-
CMYK0.8600.340.29
HSL156.23º74.76%40.39%-
HSV(B)156.23º85.56%70.59%-
XYZ20.0834.1922.99-
YUV127123.4855.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=8%
G=55.38%
B=36.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal261801190.8600.340.29156.2374.7640.39
Hex1AB477560221D9c4b28
Octal322641671260423523411350
Binary110101011010011101111010110010001011101100111001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,180,119); }

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

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

 a { background-color: rgb(26,180,119); }

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

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

 span { border-color: rgb(26,180,119); }

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