#1ABB7F

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

Shades of Mountain Meadow #1ABB7F

Tints of Mountain Meadow #1ABB7F

Color information

#1ABB7F (or 0x1ABB7F) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BB and 7F. RGB value is (26,187,127). Sum of RGB (Red+Green+Blue) = 26+187+127=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABB7F is #E54480. Grayscale: #848484. Windows color (decimal): -15025281 or 8370970. OLE color: 8370970.

HSL color Cylindrical-coordinate representation of color #1ABB7F: hue angle of 157.64º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABB7F is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB26187127-
CMYK0.8600.320.27
HSL157.64º75.59%41.76%-
HSV(B)157.64º86.1%73.33%-
XYZ22.0337.2926.12-
YUV132.02125.1652.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.65%
GREEN value IS 187 (73.44% from 255) = 55%
BLUE value IS 127 (50% from 255) = 37.35%
R=7.65%
G=55%
B=37.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal261871270.8600.320.27157.6475.5941.76
Hex1ABB7F560201B9e4c2a
Octal322731771260403323611452
Binary110101011101111111111010110010000011011100111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,187,127); }

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

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

 a { background-color: rgb(26,187,127); }

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

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

 span { border-color: rgb(26,187,127); }

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