#1AB374

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

Shades of Mountain Meadow #1AB374

Tints of Mountain Meadow #1AB374

Color information

#1AB374 (or 0x1AB374) is unknown color: approx Mountain Meadow. HEX triplet: 1A, B3 and 74. RGB value is (26,179,116). Sum of RGB (Red+Green+Blue) = 26+179+116=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #1AB374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AB374 is #E54C8B. Grayscale: #7E7E7E. Windows color (decimal): -15027340 or 7648026. OLE color: 7648026.

HSL color Cylindrical-coordinate representation of color #1AB374: hue angle of 155.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB374 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB26179116-
CMYK0.8500.350.30
HSL155.29º74.63%40.2%-
HSV(B)155.29º85.47%70.2%-
XYZ19.733.7221.99-
YUV126.07122.3156.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.10%
GREEN value IS 179 (70.31% from 255) = 55.76%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=8.10%
G=55.76%
B=36.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal261791160.8500.350.30155.2974.6340.2
Hex1AB374550231E9b4b28
Octal322631641250433623311350
Binary110101011001111101001010101010001111110100110111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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