#1ABC7F

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

Shades of Mountain Meadow #1ABC7F

Tints of Mountain Meadow #1ABC7F

Color information

#1ABC7F (or 0x1ABC7F) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BC and 7F. RGB value is (26,188,127). Sum of RGB (Red+Green+Blue) = 26+188+127=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC7F is #E54380. Grayscale: #848484. Windows color (decimal): -15025025 or 8371226. OLE color: 8371226.

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

Color convert

RGB26188127-
CMYK0.8600.320.26
HSL157.41º75.7%41.96%-
HSV(B)157.41º86.17%73.73%-
XYZ22.2437.7226.19-
YUV132.61124.8351.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.62%
GREEN value IS 188 (73.83% from 255) = 55.13%
BLUE value IS 127 (50% from 255) = 37.24%
R=7.62%
G=55.13%
B=37.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal261881270.8600.320.26157.4175.741.96
Hex1ABC7F560201A9d4c2a
Octal322741771260403223511452
Binary110101011110011111111010110010000011010100111011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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