#1ABB80

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

Shades of Mountain Meadow #1ABB80

Tints of Mountain Meadow #1ABB80

Color information

#1ABB80 (or 0x1ABB80) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BB and 80. RGB value is (26,187,128). Sum of RGB (Red+Green+Blue) = 26+187+128=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABB80 is #E5447F. Grayscale: #848484. Windows color (decimal): -15025280 or 8436506. OLE color: 8436506.

HSL color Cylindrical-coordinate representation of color #1ABB80: hue angle of 158.01º 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 #1ABB80 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB26187128-
CMYK0.8600.320.27
HSL158.01º75.59%41.76%-
HSV(B)158.01º86.1%73.33%-
XYZ22.0937.3226.46-
YUV132.14125.6652.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.62%
GREEN value IS 187 (73.44% from 255) = 54.84%
BLUE value IS 128 (50.39% from 255) = 37.54%
R=7.62%
G=54.84%
B=37.54%

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
Decimal261871280.8600.320.27158.0175.5941.76
Hex1ABB80560201B9e4c2a
Octal322732001260403323611452
Binary1101010111011100000001010110010000011011100111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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