#1FA87A

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

Shades of Mountain Meadow #1FA87A

Tints of Mountain Meadow #1FA87A

Color information

#1FA87A (or 0x1FA87A) is unknown color: approx Mountain Meadow. HEX triplet: 1F, A8 and 7A. RGB value is (31,168,122). Sum of RGB (Red+Green+Blue) = 31+168+122=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 168 (66.02% from 255 or 52.34% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA87A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA87A is #E05785. Grayscale: #797979. Windows color (decimal): -14702470 or 8038431. OLE color: 8038431.

HSL color Cylindrical-coordinate representation of color #1FA87A: hue angle of 159.85º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA87A is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB31168122-
CMYK0.8200.270.34
HSL159.85º68.84%39.02%-
HSV(B)159.85º81.55%65.88%-
XYZ18.0829.723.19-
YUV121.79128.1163.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.66%
GREEN value IS 168 (66.02% from 255) = 52.34%
BLUE value IS 122 (48.05% from 255) = 38.01%
R=9.66%
G=52.34%
B=38.01%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal311681220.8200.270.34159.8568.8439.02
Hex1FA87A5201B22a04527
Octal372501721220334224010547
Binary111111010100011110101010010011011100010101000001000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FA87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,168,122); }

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

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

 a { background-color: rgb(31,168,122); }

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

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

 span { border-color: rgb(31,168,122); }

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